.htaccess & WordPress: Exclude folder from RewriteRule

前端 未结 17 1519
不思量自难忘°
不思量自难忘° 2020-11-29 06:37

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

17条回答
  •  情歌与酒
    2020-11-29 07:18

    It's worth noting that it matters where in the flow of the .htaccess this line goes.

    See here : http://tanyanam.com/technology/wordpress-exclude-directory-from-url-rewrite-with-htaccess - the line needs to come before the WordPress ones, it won't work after them.

    Rob

提交回复
热议问题