I have this .htaccess file in WordPress. It\'s located at /public_html/ (web root). I need to exclude a folder (csNewsAd) from the rewrite engine. I\'ve tried this, based fr
try with this single rule :D please note that dashboard is the name of the directory I wanted to exclude so change that according to your needs.
RewriteRule ^(dashboard)($|/) – [L]