Search results

  1. jayar

    htaccess URL rewriting

    I am using my framework which ussually have these lines on my .htaccess file RewriteEngine on RewriteBase / RewriteCond %{QUERY_STRING} !mod= [NC] RewriteRule ^([^/]+)$ /index.php?mod=$1 [L] Im not sure why it is not working on the server. Basically this entry is hiding the GET parameter...
Top