8 October 2011
How to redirect everything to certain page like index.php or root.
Source code viewer
Options +FollowSymLinks RewriteEngine on RewriteRule (/.*) http://browse-tutorials.com/ [R=301,L]Programming Language: Apache configuration