• Hi,
    I have installed your plugin on my new wordpress website (fresh one, no other plugins). When I hide the admin login page with secret code to use in URL it is working :
    – I cannot access anymore to regular URL for admin pages
    – I can login using the new url containing secret code, but after authentication my browser is redirected to the regular URL containing …/wp-admin/ => and I have a 404
    Do you have any idea ?
    Thanks

    https://ww.wp.xz.cn/plugins/wp-simple-firewall/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul

    (@paultgoodchild)

    Do you have any other plugins installed?

    Is your site in a sub folder?

    Are there any specific entries in your .htaccess pertaining to directory rewrite rules?

    Thread Starter gseroul

    (@gseroul)

    Hi,
    I have this plugin active : UpdraftPlus – Backup/Restore, and Akismet unactive.
    When I logon on my provider ftp my website is in a www directory (then I assume in a sub directory).
    Here is my .htaccess (but I have tested without it and it was not working) :

    # 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>

    <Files wp-config.php>
    order allow,deny
    deny from all
    </Files>

    # END WordPress

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide admin login page problem’ is closed to new replies.