Home Forums WordPress Plugins Hide My WP Crash & Can't Re-install

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8012
    danielfive
    Post count: 2

    Installed the plugin, added new login path (/gcxxx), changed some file path names (wp-admin, wp-content, plugins, themes), rewrote .htaccess and wp-config as required.

    The new login path goes 404, and so does wp-admin. The only way to log on is wp-login.php. After logging in all wp-admin.

    • This topic was modified 9 years, 5 months ago by danielfive.
    #8018
    Suman M.
    Post count: 12480

    Hi, to change wp-admin path name you’ll need to follow the on-screen instructions very carefully. Please follow these steps:

    – in HMWP Start Tab, select “Medium Privacy – More Compatibility” scheme and save the settings
    – in Permalink & URLs tab set “New wp-admin Path” field to “NEW_WPADMIN_PATH_NAME” (a new window will open with the instructions)
    – add following line in wp-config.php
    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_PATH_NAME”);
    – you’ll also need to update your .htaccess file (if it’s not writable) by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
    RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]
    – clicked on “I did it (login to new dashboard)” button.

    If you are still having the issue then please let us know your site’s wp-admin login details & FTP details (as private reply) so that we can fix it for you.

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

You must be logged in to reply to this topic.