Home › Forums › WordPress Plugins › Hide My WP › My theme is missed up
- This topic has 3 replies, 2 voices, and was last updated 9 years, 9 months ago by
Suman M..
-
AuthorPosts
-
September 18, 2015 at 8:59 pm #4655
Hi there,
i love HMWP plugin, but i’m facing a problem that keep coming no matter what i do.
-the main purpose using HMWP is to hide the traces of WP specially when you click inspect elements within the chrome browser menu.
-i have IIS server + using WP multi + site language is Arabic (RTL).
-i need your help setting up HMWP in way that my theme keep it shape, THE HMWP MISSES UP THE THEME NO MATTER WHAT THEME I’M USING.Thanks
September 19, 2015 at 3:46 am #4657For IIS, please follow these steps:
– in HMWP settings, start tab, select ‘Medium Pripacy – More Compatibility’ scheme and save settings.
– in start tab click on “IIS configuration” button and follow guide to update web.config file. (web.config is located in WP root directory and you should use FTP to update it. Note that you may need to update this file whenever you change settings or install a new plugin or theme)THE HMWP MISSES UP THE THEME
>> Is it that the theme is not being renamed? Please let us know your website URL.September 20, 2015 at 1:07 am #4664hello there,
check it this is my adress:
http://6l3h.com/i’m using kleo theme, i loaded the medium privacy more compatibity settings but as i told no matter what i’m doin it keeps missing up my theme.
please i need your urgent helpthanks
September 20, 2015 at 2:47 pm #4667Hi, is it Apache server or Nginx? It seems like htaccess or config file is not being updated.
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
For more details, refer to the documentation available within plugin folder.
-
AuthorPosts
You must be logged in to reply to this topic.