Can't login in one location: Not Acceptable!
-
I have a client who can’t login with the admin login to WordPress. She gets this message.
“Not Acceptable!
An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.”However, I can login no problem. I have updated WordPress and all the plugins, deactivated W3Total cache, and deleted the W3Total cache lines from the .htaccess so that now the .htaccess reads:
# Use PHP55
AddHandler application/x-httpd-php55 .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/php55/lib
</IfModule># 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 WordPressBut she still can’t log in.
The host Hostgator is blaming her ISP. Her ISP is blaming Hostgator.
Any ideas?
- The topic ‘Can't login in one location: Not Acceptable!’ is closed to new replies.