pull down to refresh
Looking quickly at it I think you need to put in an exception for the well-known file location. This answer should help:
reply
If you see this in time you might edit it to put four spaces before each line of code or put the whole code block between three backticks (`). It'll then look like this in preview.
this is code
reply
Thanks for the bounty award, have a nice day!
reply
BEGIN WordPress
The directives (lines) between "BEGIN WordPress" and "END WordPress" are
dynamically generated, and should only be modified via WordPress filters.
Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>