Home › Forums › WordPress Plugins › Hide My WP › Image Broken
- This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago by
hoangnam4487.
-
AuthorPosts
-
September 24, 2015 at 9:56 am #4744
Hi,
I’m new to Hid My WordPress and need your help. All image of my site was broken. I tried this post:
http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/16224
http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/support
But can’t help.My site use theme sahifa.
Thanks
Attachments:
You must be logged in to view attached files.September 24, 2015 at 10:47 am #4746Hi, it doesn’t look like TimThumb issue. 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
If you’re still having the issue, then please let us know your website’s wp-admin login details as Private Reply so that we can look into the issue further.
September 24, 2015 at 2:58 pm #4754This reply has been marked as private.September 25, 2015 at 9:33 am #4765It’s solved now. There was some unwanted lines in htaccess file. I removed it and now everything seems to be working fine.
HMWP settings applied:
– Medium Privacy – More Compatibility
– “rename plugins” set to “all plugins”September 25, 2015 at 9:50 am #4766perfect thanks so much
-
AuthorPosts
You must be logged in to reply to this topic.