Home Forums WordPress Plugins Hide My WP WordPress Admin Path Not Changing

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

    Hi,

    wp-admin Path* – This option available on your plugin..

    I tried to change it.. now it is set to ..

    http://www.sitename.com/-admin/

    I want to get it back to : http://www.sitename.com/wp-admin/

    However, now the plugin not working if i change new path .. How to get back my previous setting?

    Let me know

    #1315
    writetoachal
    Post count: 1

    I see this has been added into my WordPress .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^-admin/(.*) /wp-admin/$1 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

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

You must be logged in to reply to this topic.