Hi, I need help to rewrite this one using htaccess or any php route http://domain.com/search/admin/index.php?/=glossary Code (markup): just need to hide the index.php and replace it with glossary. Thanks in advance
RewriteEngine On RewriteRule ^/glossary$ index.php?%{QUERY_STRING} Code (markup): Untested but should work. Place this in 'admin'.