what is this code in .htaccess ??
-
So I recently installed WordPress. After setup I found this code in my .htaccess file:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /myfolder/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /jmyfolder/index.php [L] </IfModule>What does it do?
I have my site password protected and with this code I have to login twice (frustrating). If I remove the code nothing changes (that I know) more than that I only have to login once to access my site..
Do I need that code? If Yes, any fix for the double login?
Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘what is this code in .htaccess ??’ is closed to new replies.