Home › Forums › WordPress Plugins › Hide My WP › Error after editing link / admin
Tagged: Hide my wp
- This topic has 18 replies, 2 voices, and was last updated 6 years, 3 months ago by Suman M..
-
AuthorPosts
-
August 31, 2018 at 7:01 pm #23088
This is our website is admin path after installing Hide My WP and admin link configuration. http://airpio.com/ http://airpio.com/admincongty I did change “AllowOverride None” to “AllowOverride All” in httpd-app.conf file to use the .htaccess file. But I still can’t edit error. It still happen, tell me the cause and how to fix it.
It is Bitnami WordPress Mutilste for Amazon Web Service
September 1, 2018 at 4:01 am #23089Suman M.Post count: 12478Hi, it seems like the htaccess is not active yet. Can you please attach httpd configuration file as text file (above the attachment failed because of invalid file type). Also post here your site’s htaccess content after you have added HMWP rules to it.
- This reply was modified 6 years, 3 months ago by Suman M..
September 2, 2018 at 1:04 am #23103This reply has been marked as private.September 2, 2018 at 1:20 am #23104This reply has been marked as private.September 2, 2018 at 3:14 pm #23120Suman M.Post count: 12478The WP rules in htaccess is not for WP multisite. Please check here for correct one – https://codex.wordpress.org/htaccess
September 2, 2018 at 3:50 pm #23123Can you talk more clearly? Not clear at what point?
I need to fix this error.September 2, 2018 at 8:23 pm #23125I changed file htaccess in your instructions as following, but error occurred.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
# BEGIN Hide My WPRewriteRule ^other/js/embed\.min\.js /wp-includes/js/wp-embed.min.js?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^other/(.*) /wp-includes/$1?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^file/(.*) /wp-content/uploads/$1?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^ext/(.*) /wp-content/plugins/$1?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^skin/([_0-9a-zA-Z-]+)/main\.css /index.php?style_wrapper=true&template_wrapper=$1&ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^skin/([_0-9a-zA-Z-]+)/style\.css /nothing_404_404?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^skin/(.*) /wp-content/themes/$1?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^ajax /wp-admin/admin-ajax.php?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^inc/(.*) /wp-content/$1?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^(readme\.html|license\.txt|wp-content/debug\.log|wp-includes/$) /nothing_404_404?ddd_hide_my_wp=1234 [QSA,L]
RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?ddd_hide_my_wp=1234 [QSA,L]# END Hide My WP
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
</IfModule># END WordPress
September 3, 2018 at 4:23 am #23131Suman M.Post count: 12478Hi, can you please let us know your site’s wp-admin login details, FTP/server details so that we can look into it further. Thanks!
September 3, 2018 at 4:32 pm #23142September 3, 2018 at 4:35 pm #23144This reply has been marked as private.September 3, 2018 at 5:17 pm #23146This reply has been marked as private.September 4, 2018 at 2:55 am #23151Suman M.Post count: 12478“kaoberco.pem” was not attached as the file type is not permitted. Can you please attach it as Zip file?
September 4, 2018 at 7:03 am #23157This reply has been marked as private.September 4, 2018 at 4:55 pm #23172Suman M.Post count: 12478I could login via SFTP now – https://www.screencast.com/t/hTjCGcFf7
Can you please let me know the locations/paths of your site’s wordpress installation, htaccess, etc.?September 4, 2018 at 6:17 pm #23178This reply has been marked as private. -
AuthorPosts
You must be logged in to reply to this topic.