View Single Post
(#2 (permalink))
Old
nevermore93's Avatar
nevermore93 nevermore93 is offline
Senior Member
nevermore93 is on a distinguished road
 
Posts: 298
Join Date: Dec 2011
Location: USA
Default 05-17-2012, 11:45 PM

Here's the one that seems to work here:

You gotta use the rewite base line

Code:
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
# Replace html with your file extension, eg: php, htm, asp


Reply With Quote