this plugin is manipulating .htaccess
-
Hello,
Your plugin always resets the permalink-rules in .htaccess to wordpress-DEFAULT. But i have a special: “RewriteRule ./ /index.php [L]”. This extra Slash is needed to be able to open password-protected subfolders in a browser-window instead of getting an 404-error.
With: “RewriteRule ./ /index.php [L]” i can reach my subfolders, but NOT “sitemapindex.xml” (getting 404 error)
With: “RewriteRule . /index.php [L]” i can reach “sitemapindex.xml”, but NOT my subfolders (getting 404 error)
You have any suggestions how to solve this, so i can get both to work?
Thanks in advance…
The topic ‘this plugin is manipulating .htaccess’ is closed to new replies.