JamesGMills
Programmer
Hi All,
I have this to redirect all requests to index.php which then handles all the other stuff... but I want this to work for everything except /admin/
Can anyone help please...
RewriteEngine on
RewriteRule !\.(gif|jpg|png|css)$ index.php
------------------------
I have this to redirect all requests to index.php which then handles all the other stuff... but I want this to work for everything except /admin/
Can anyone help please...
RewriteEngine on
RewriteRule !\.(gif|jpg|png|css)$ index.php
------------------------