I have the following in my .htaccess
, it rewrites all to a central file,
I want to bypass it for a certain folder (& all its subfolders), the folder I want to bypass is named "admin" , how should I modify this rewrite to stop rewriting for admin folder?
I checked this question but wasn't able to get the needed results:
.htaccess mod_rewrite - how to exclude directory from rewrite rule
RewriteRule ^(.*)$ index.php?url=$1 [PT,L]