RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^index.php$
RewriteRule ^$ http://www.example.com/index.php [L,R=301]
Good to know information.
2007-04-07RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^index.php$
RewriteRule ^$ http://www.example.com/index.php [L,R=301]
Good to know information.
2007-04-07