• Hi guys !

    I had a “cart” problem on my website yesterday. It did not update after changing the quantities. Somebody told me that I should modify the URL address on WP. After changing it to https://www.esportbrothers.com, the “cart” problem was solved. However, I could not access to esportbrothers.com/wp-admin/

    Do you have any idea about how to solve this issue ?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You have some sort of redirect loop. Do you have any plugins to force https on login or have you added anything to the standard .htaccess file?

    Thread Starter esportbrotherscom

    (@esportbrotherscom)

    Yes, I have a HTTPS plugin. Everything worked well until I modified the “Site address” and “WordPress address” to : https://www.esportbrothers.com

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    get rid of the https plugin. it’s probably causing the redirection.

    Thread Starter esportbrotherscom

    (@esportbrotherscom)

    I would love to but I can’t access esportbrothers.com/wp-admin/ to remove the plugin…

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Delete it via FTP from wp-content/plugins. If, afterwards, you still have issues, please provide your .htacess file.

    Thread Starter esportbrotherscom

    (@esportbrotherscom)

    Here is the htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^/wp-content/endurance-page-cache/ – [L]
    RewriteCond %{REQUEST_METHOD} !POST
    RewriteCond %{QUERY_STRING} !.*=.*
    RewriteCond %{HTTP_COOKIE} !(wordpress_test_cookie|comment_author|wp\-postpass|wordpress_logged_in|wptouch_switch_toggle|wp_woocommerce_session_) [NC]
    RewriteCond %{DOCUMENT_ROOT}/wp-content/endurance-page-cache/$1/_index.html -f
    RewriteRule ^(.*)$ /wp-content/endurance-page-cache/$1/_index.html [L]
    </IfModule>
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg “access plus 1 year”
    ExpiresByType image/jpeg “access plus 1 year”
    ExpiresByType image/gif “access plus 1 year”
    ExpiresByType image/png “access plus 1 year”
    ExpiresByType text/css “access plus 1 month”
    ExpiresByType application/pdf “access plus 1 month”
    ExpiresByType text/javascript “access plus 1 month”
    ExpiresByType image/x-icon “access plus 1 year”
    ExpiresDefault “access plus 1 weeks”
    </IfModule>
    <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

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    OK, there’s nothing there related to redirection on https. Did you remove the plugin? Also, clear your site’s cache.

    Thread Starter esportbrotherscom

    (@esportbrotherscom)

    I have just deleted the HTTPS plugin through FileManager. It still does not work…
    Is it possible to clear site’s cache outside of site’s /wp-admin/ ?

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Contact your host as that’s usually something host-installed.

    Thread Starter esportbrotherscom

    (@esportbrotherscom)

    Ok thanks a lot

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Can’t access WP-ADMIN’ is closed to new replies.