Home › Forums › WordPress Plugins › Hide My WP › Wp-admin rename doesn't work
- This topic has 17 replies, 2 voices, and was last updated 9 years, 2 months ago by Suman M..
-
AuthorPosts
-
October 27, 2015 at 11:02 am #5444
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 404how 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
October 27, 2015 at 1:19 pm #5449/panel <- gives 404
/panel/ <- redirects wp-loginOctober 28, 2015 at 4:55 am #5457Suman M.Post count: 12478Hi, 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.
October 28, 2015 at 5:00 am #5459This reply has been marked as private.October 28, 2015 at 8:22 am #5471Could you check it ?
October 28, 2015 at 11:50 am #5487You 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 ?
October 28, 2015 at 11:54 am #5488Suman M.Post count: 12478This reply has been marked as private.October 28, 2015 at 11:56 am #5489When i goto /panel3434 it gives 404 error to me
When i goto /wp-admin it redirects to wp-loginI want to have this
/panel3434 to wp-login
/wp-admin to 404October 28, 2015 at 2:20 pm #5497Could you check it ?
- This reply was modified 9 years, 2 months ago by avardar.
October 28, 2015 at 2:35 pm #5499Big 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 :/
October 28, 2015 at 2:54 pm #5500I found the prblem i think
Only file that cant be loaded is /skin/main.style
How to fix it ?
October 28, 2015 at 3:04 pm #5501I deleted New Style Name field and it now works, really weird
October 28, 2015 at 8:09 pm #5510Hey 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-loginI want to have this
/panel3434 to wp-login
/wp-admin to 404October 29, 2015 at 5:26 am #5515Suman M.Post count: 12478You 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.
October 29, 2015 at 6:41 am #5517Ok 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
-
AuthorPosts
You must be logged in to reply to this topic.