RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php
/gallery
rewritebase gallery/
put this on your htaccess file. if it's not create one. this will rewrite all short url's to php ones. remember if you have test.html then it will be not found as if you type
www.example.com/test then it will find test.php not test.html
/galleryfrom the url though, will it?yep for that this line of code will be required....