8 October 2011

How to redirect everything to certain page like index.php or root.

Source code viewer
  1. Options +FollowSymLinks
  2. RewriteEngine on
  3. RewriteRule (/.*) http://browse-tutorials.com/ [R=301,L]
Programming Language: Apache configuration