Hai I want you to help me i currently have urls in format http://mysite.com/gallery/google.html and i want to drop gallery and make url like below http://mysite.com/google.html currently i have this in my htaccess which is in gallery folder RewriteEngine on RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteRule ^(.*)\.html$ index.php?search=$1
umm in your main root put this .htacess RewriteEngine on RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteRule ^(.*)\.html$ gallery/index.php?search=$1