Error 127.0.0.1 – even after new htaccess
-
Hello,
I’m getting a 127.0.0.1 and I’ve followed the instructions, but I can’t seem to find a solution. Would you mind helping?
Normally, I could login with a “secret word” normally and would use my username/password + the math captcha and all would be dandy. But, when attempting to login with the url, it gives me a 127.0.0.1.
I FTP’d into the plugins’ folder and renamed the actual plugin to something else. Of course that worked… and now I could log into my dashboard using the default WordPress …/wp-admin/
The issue is that when I try to activate the plugin, it reverts to the error. I removed everything from the .htaccess except the default block:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
That didn’t work. It still sends me to the 127.0.0.1 if I try to activate the plugin. So, I tried to delete the .htaccess completely and press “save” under permalinks ( I didn’t change the permalinks, just pressed save ) to generate a new .htaccess. I tried to activate the plugin but still gives me the error.
I upgraded to PHP 7.3, that didn’t do much help with the plugin.
*****************
Even though I completely removed the plugin for now. I can keep some of the security blocks the plugin inserted into the .htaccess to at least have some security, but I had to remove a couple to be able to login, like:
#AIOWPS_SIX_G_BLACKLIST_END
#AIOWPS_ENABLE_BRUTE_FORCE_PREVENTION_START
RewriteEngine On
RewriteCond %{REQUEST_URI} (wp-admin|wp-login)
RewriteCond %{REQUEST_URI} !(wp-admin/admin-ajax.php)
RewriteCond %{HTTP_COOKIE} !MyVERY_Secret_Login_URL= [NC]
RewriteCond %{HTTP_COOKIE} !aiowps_cookie_test_8igq= [NC]
RewriteRule .* https://127.0.0.1 [L]
#AIOWPS_ENABLE_BRUTE_FORCE_PREVENTION_END
#AIOWPS_BLOCK_SPAMBOTS_START…and now I don’t have a math captcha, and a non-default login URL. Plus, I’ll be missing out on any new updates from you guys!
Please help if possible.
- The topic ‘Error 127.0.0.1 – even after new htaccess’ is closed to new replies.