Thread Starter
ozruba
(@ozruba)
Hi Rogier,
Thanks for your response.
This code you sent, is the error I see on dashboard, which says:
Warning : The .htaccess redirect rules selected by this plugin failed in the test. Set manually or dismiss to leave on WordPress redirect.
then it shows hot it should be in .htaccess file (the one you shared)
But when I go to FTP and modify .htaccess, I can not open my domain anymore, it directly says there are too many connection attemps (from my laptop IP) to that site, so we can not open it .
This is the problem. So I set the .htaccess file back to original (which is as below)
Original :
<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>
Thread Starter
ozruba
(@ozruba)
Hi Steven,
Thanks in advance for your recommendation, let me try it.
BR