How can i rewrite the htaccess file to do the equivalent of the following lines:
Code: Select all
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.phpThank you
Moderator: General Moderators
Code: Select all
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php