• 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$” DenyAccess

    Require not ip 127.0.0.1
    Deny from 127.0.0.1

    Our 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)
  • Thread Starter Rogelio Laput Jr

    (@rogejr)

    I created a WP account and FTP access for iThemes, let me know if you need it.

    @rogejr

    Please note what is stated in the FAQ section of the readme.txt file:

    = Where can I get help if something goes wrong? =
    * Official support for this plugin is available for iThemes Security Pro customers. Our team of experts is ready to help.

    Free support may be available with the help of the community in the www.remarpro.com support forums (Note: this is community-provided support. iThemes does not monitor the www.remarpro.com support forums).

    • This reply was modified 8 years, 4 months ago by pronl.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blocking localhost for some reason’ is closed to new replies.