Home › Forums › WordPress Plugins › Hide My WP › Breaking Site + Plugins Name Hide not working
- This topic has 11 replies, 3 voices, and was last updated 9 years, 2 months ago by avardar.
-
AuthorPosts
-
October 19, 2015 at 1:51 am #5273dej8Post count: 65
Hey guys,
The plugin is breaking my site! I try to go step by step, however it is breaking my site. I reset all settings and it comes back! – thank goodness š
Also, when I change the plugin/folder names, the plugins on my site are still showing its actual name and is not changing properly.
Can you investigate this for me please.
Thank you!
October 19, 2015 at 7:34 am #5280Suman M.Post count: 12478Hi, depending on your websever and WP installation, you have to follow one of these:
1) If itās Apache webserver and WP single site installation, then follow these steps (your siteās htaccess file should be writeable):
– goto HMWP >> āStartā Tab >> āMedium Privacy – More Compatibilityā scheme >> click āSave Settingsā
2) If itās Apache server and WP multisite, follow these steps:
– goto HMWP >> āStartā Tab >> select āMedium Privacy – More Compatibilityā scheme >> click āSave Settingsā
– goto HMWP >> āStartā Tab >> click āMulti-site Configurationā
– now use a FTP program or your host file manager and add those lines to your htaccess file (after RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ [-])3) If itās Nginx server and WP single site, follow these steps:
– goto HMWP >> āStartā Tab >> āMedium Pripacy – More Compatibilityā scheme >> click āSave Settingsā
– In Start tab you should see Nginx Configuration button. If you donāt see this button, add &nginx_config=1 to HMWP settings page URL to see Nginx rewrite rules. For example:
http://yourdomain.com/wp-admin/options-general.php?page=hide_my_wp&nginx_config=1– Now add those lines (rewrite rules) to your Nginx configuration file. Itās usually located in /etc/nginx/nginx.conf or /etc/nginx/conf/nginx.conf or /etc/nginx/sites-available/domainname.com
– restart nginx server
Please let us know if it’s still the issue.
October 27, 2015 at 10:11 am #5442it says
nginx: [emerg] “rewrite” directive is not allowed here in /etc/nginx/nginx.conf:47
nginx: configuration file /etc/nginx/nginx.conf test failedafter i put these lines to /etc/nginx/nginx.conf
October 28, 2015 at 4:44 am #5455Suman M.Post count: 12478Hi avardar, you need to put HMWP rules in server block of nginx.conf file.
Also generate debug report (from HMWP start tab) and post it here as private reply.October 28, 2015 at 5:01 am #5460I tried to put to nginx.conf but i got this error
nginx: [emerg] ārewriteā directive is not allowed here in /etc/nginx/nginx.conf:47
nginx: configuration file /etc/nginx/nginx.conf test failedOctober 28, 2015 at 5:14 am #5464Suman M.Post count: 12478avardar, please post your nginx.config file’s content here (as private reply) after you have added HMWP rules in it.
October 28, 2015 at 5:20 am #5465This reply has been marked as private.October 28, 2015 at 10:11 am #5475Suman M.Post count: 12478Within http{ } block above add server{ } block and add HMWP rules within this server block (remove HMWP rules from bottom of nginx config file)
October 28, 2015 at 10:19 am #5476Ok i could add them and restarted
October 28, 2015 at 10:20 am #5477By the way i have both apache and nginx working together
I can also use .htaccess filedoes this affect anything ?
October 28, 2015 at 11:48 am #5485Suman M.Post count: 12478Hi avardar, let’s connect via one single ticket – http://support.wpwave.com/forums/topic/wp-admin-rename-doesnt-work
October 28, 2015 at 11:49 am #5486OK
-
AuthorPosts
You must be logged in to reply to this topic.