Why is my htaccess rule not rewriting the url
问题 Ok so i have this url in my opencart application and it works well http://site.com/index.php?route=information/contact but the clients hates the url and wants http://site.com/contact i figured i could just do this in my htaccess and all would be good but visiting the url i get nothing RewriteRule ^(contact)$ index.php?route=information/contact [L,QSA] any ideas here is my htacess RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^?]*) index