Menu Close

I Lost My iTheme Hide Backend URL and Get not_found Errors, How to find it ?

If you forget your itheme backend url, you can check your htaccess file and find it.

  1. 1 forget your backend URl

2. find it in your htaccess file

Open your file manager. go to your htaccess file in your home directory, and open your ftaccess file. Your backend hidden folder is here

 

BEGIN iThemes Security – Do not modify or remove this line

# iThemes Security Config Details: 2

# Enable the hide backend feature – Security > Settings > Hide Login Area > Hide Backend

RewriteRule ^(/)?YourHiddenfolderHere/?$ /wp-login.php [QSA,L]

RewriteRule ^(/)?wp-register-php/?$ /wplogin?action=register [QSA,L]

# END iThemes Security – Do not modify or remove this line

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

See also  Load Your WordPress Sites 72.7% Faster
  • You must be logged in to reply to this topic.