• vishalkukur

    (@vishalkukur)


    Hi guys,
    I forgot my ithemes security hidebackend url. How can I get access to backend area without it?

    Thank you all in advance

    P.S> I couldn’t find this:
    # BEGIN Hide Backend

    # Rules to hide the dashboard

    RewriteRule ^/site/wplogin/?$ /wp-login.php [QSA,L]

    # END Hide Backend

    P.P.S> this define( ‘ITSEC_DISABLE_MODULES’, true ); didn’t work as well

Viewing 2 replies - 1 through 2 (of 2 total)
  • You should be able to find that url in the wp-config file.

    Good luck if you haven’t resolved this issue yet.

    I believe that is actually incorrect.

    Never ever did the Hide Backend feature write anything to the wp-config.php file.

    The custom Hide Backend url used to be in the .htaccess file (or nginx.conf file if using nginx). However as of the 6.3.0 release the code of the Hide Backend feature was completely rewritten and it no longer adds ANYTHING to the web server configuration file. It’s now fully implemented as PHP code.

    So if the iTSec plugin was properly deactivated and you are unable to access the WordPress Dashboard login page (using wp-admin or wp-login.php) the Hide Backend feature cannot be the cause …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forgot my ithemes security hidebackend url’ is closed to new replies.