Blocking localhost for some reason
-
localhost is being blocked in the .htaccess. Here’s what’s written on the file:
SetEnvIF REMOTE_ADDR “^127\.0\.0\.1$” DenyAccess
SetEnvIF X-FORWARDED-FOR “^127\.0\.0\.1$” DenyAccess
SetEnvIF X-CLUSTER-CLIENT-IP “^127\.0\.0\.1$” DenyAccessRequire not ip 127.0.0.1
Deny from 127.0.0.1Our website keeps on going down, and every time we check the .htaccess, the localhost IP is blocked. We can’t even add 127.0.0.1 to the whitelist because of another problem: It can’t seem to save the path for the log files, and since that’s in the same “Global Settings” section as the whitelist, it won’t save.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Blocking localhost for some reason’ is closed to new replies.