Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Andrea Ferro

    (@unicorn03)

    Hi, we are here specifically to help you in the best way possible.

    Run a very simple step in the htaccess you will find /urlcustom if you do not find I ask you to try /restricted and see if I can log you in the next update will be removed the login part

    Thread Starter Mike

    (@vinyljunky67)

    I’m still not able to login

    I receive “page not found”

    here is my htaccess file

    I appreciate your help

    
    
    

    /restricted
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond %{HTTP:CF-Visitor} ‘”scheme”:”http”‘
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%/$1 [R=301,L]
    </IfModule>

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Plugin Contributor Augusto Bombana

    (@unicorn07)

    Hi Jake, we are going to release the 4.9.7 version in a few hours. The new version will not have the admin url change function so you will have the problem automatically solved (your htaccess will be cleared by the new version). Hope this will definitely resolve this matter, thank you for your feedback and sorry for the long waiting.

    Any news on that update as I can’t see it here or when updating plugins yet the login issue Remains a big issue?!

    Plugin Author Andrea Ferro

    (@unicorn03)

    Hello @heinku , thank you for choosing Headers Security Advanced & HSTS WP.

    We have released a new version 4.7.30 which should resolve the issues you have experienced. Thank you for your feedback and don’t hesitate to write to us if you experience any issues.

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘I cannot login PLEASE HELP’ is closed to new replies.