Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
That takes off the .php from filenames, so it is now www.site.com/index how can I make it so it's www.site.com/site/index





Reply With Quote



