Viewing 15 replies - 1 through 15 (of 36 total)
  • Thread Starter bopat

    (@bopat)

    `Only message I m getting is
    403 forbidden
    Ypu don t have permission to access …..

    Try to insert this line into your .htaccess file at the root of your website:

    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Check with your host to see if they’re doing any geo-fencing of logins.

    Thread Starter bopat

    (@bopat)

    Thank you
    I inserted, but as I m not abroad I can t test it…

    Could you please see if it s working?
    Thank you

    Thread Starter bopat

    (@bopat)

    My host is set up to all IP addresses, all countries.
    I checked it many times with them, so we got to the conclusion that wp is the problem

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I’m in the US, I get a 403 on wp-admin on your site

    disable all plugins; does the issue go away?

    No im not able to ACCESS your site from EU .

    If you can’t login on wp-admin to disable the plugins open ftp and rename the plugins folder to something like plugins.disabled and try to access wp-admin

    Thread Starter bopat

    (@bopat)

    All plugins?
    What s the point? After how I will edit my webpage?

    There is no magic bullet in these situations. This is just basic troubleshooting – a process of elimination deliberately designed to locate the root cause as quickly as possible by first removing the most obvious and common culprits via a series of (often) temporary steps.

    Your theme & plugin settings are saved in your database and should be retained for future use.

    Thread Starter bopat

    (@bopat)

    Ok I will try to deactivate all plugins

    Thread Starter bopat

    (@bopat)

    Ok I deactivated all plugins excepr forms and gallery.
    ould you please try?

    https://delorean.hu/sk/wp-admin

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    OK, so it’s not a plugin ??

    I still get a 403. It was worth a shot.

    Please paste your .htaccess file. Maybe there’s something there.

    Thread Starter bopat

    (@bopat)

    SetEnvIf GEOIP_COUNTRY_CODE DE AllowCountry
    
    # 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
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    Moderated to put in backticks for “code”

    Who added this:

    SetEnvIf GEOIP_COUNTRY_CODE DE AllowCountry

    Thread Starter bopat

    (@bopat)

    It was there… I have no idea

Viewing 15 replies - 1 through 15 (of 36 total)
  • The topic ‘Can t access my website admin link abroad’ is closed to new replies.