09-16-2011, 10:00 AM
|
|
Confirmed User
Join Date: Oct 2003
Location: Atlanta
Posts: 2,840
|
Quote:
Originally Posted by Squirtit
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{REMOTE_HOST} !^127\.0\.0\.1
RewriteCond %{REQUEST_URI} !/index\.php$
RewriteRule \.php$ /index.php [R=302,L]
|
thanks...
|
|
|