Home Forums WordPress Plugins Hide My WP Wp-admin rename doesn't work

This topic is: not resolved
Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #5444
    avardar
    Pro
    Post count: 29

    I did everything as you told and renamed wp-admin

    when i go to /wp-admin it redirect to wp-login
    when i go to /panel it gives 404

    how can i fix it ?

    .htaccess

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^lib/(.*) /wp-includes/$1?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^panel3434/(.*) /wp-admin/$1?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^file/(.*) /wp-content/uploads/$1?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^modules/(.*) /wp-content/plugins/$1?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^skin/main\.css //index.php?style_wrapper=1&zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^skin/style.css /nothing_404_404?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^skin/(.*) /wp-content/themes/pointfinder/$1?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^ajax /wp-admin/admin-ajax.php?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^inc/(.*) /wp-content/$1?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^wp-content/themes/pointfinder/screenshot\.png|readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$ /nothing_404_404?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?zglF_hide_my_wp=34341616 [QSA,L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    #5449
    avardar
    Pro
    Post count: 29

    /panel <- gives 404
    /panel/ <- redirects wp-login

    #5457
    Suman M.
    Post count: 12478

    Hi, please let us know your website’s wp-admin login details and FTP details as Private Reply so that we can look into the issue regarding renaming wp-admin.

    #5459
    avardar
    Pro
    Post count: 29
    This reply has been marked as private.
    #5471
    avardar
    Pro
    Post count: 29

    Could you check it ?

    #5487
    avardar
    Pro
    Post count: 29

    You can forget about w3 total cache cuz i don’t want to use it anymore. I will buy wp-rocket. is it working good with HMWP ?

    #5488
    Suman M.
    Post count: 12478
    This reply has been marked as private.
    #5489
    avardar
    Pro
    Post count: 29

    When i goto /panel3434 it gives 404 error to me
    When i goto /wp-admin it redirects to wp-login

    I want to have this
    /panel3434 to wp-login
    /wp-admin to 404

    #5497
    avardar
    Pro
    Post count: 29

    Could you check it ?

    • This reply was modified 9 years, 2 months ago by avardar.
    #5499
    avardar
    Pro
    Post count: 29

    Big problem i purged the cache data from CDN server and now site is totally broken

    It only works if i deactivate HMWP

    I never think that this plug in is that problematic :/

    #5500
    avardar
    Pro
    Post count: 29

    I found the prblem i think

    Only file that cant be loaded is /skin/main.style

    How to fix it ?

    #5501
    avardar
    Pro
    Post count: 29

    I deleted New Style Name field and it now works, really weird

    #5510
    avardar
    Pro
    Post count: 29

    Hey this is my only problem now please check it

    When i goto /panel3434 it gives 404 error to me
    When i goto /wp-admin it redirects to wp-login

    I want to have this
    /panel3434 to wp-login
    /wp-admin to 404

    #5515
    Suman M.
    Post count: 12478

    You have to use /panel3434/

    Also, it’s a know issue that wp-admin redirects to wp-login if wp-admin path has been renamed in HMWP.

    We’ll be fixing these issues in the upcoming versions of the plugin.

    #5517
    avardar
    Pro
    Post count: 29

    Ok i understand that wp-admin redirects to wp-login and it is a known issue

    BUT when i go to /panel3434 i get 404 error, this is a big problem! you should check it

Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in to reply to this topic.