Home › Forums › WordPress Plugins › Hide My WP › My site breaks when I tried to change theme path
- This topic has 12 replies, 2 voices, and was last updated 9 years, 2 months ago by
jouriena.
-
AuthorPosts
-
June 24, 2016 at 3:44 am #10240
As mentioned in the subject, when I enter a new theme path, my site breaks.
First of all, I must say that I’m not sure how to configure HMWP correctly. Your documentation explains what different options are for, and that’s straightforward enough. But it doesn’t really give step-by-step instructions on setting up .htaccess and/or wp-config.php … I’m not even sure what code to put in these files, as I’ve tried some of the codes suggested in the FAQs, and it broke my site. Actually let me list what I’ve tried here, and please confirm and/or correct me if I did anything wrong.
– My site is a single-wordpress-installation site, and it’s run on Apache server.
– My permalinks common settings: Post Name
– I’m using WP Rocket as my caching pluginI’ve come across this FAQ:
It breaks my entire site! CSS and JS file can’t be loaded anymore. What should I do?
So am I supposed to add
[Maybe HMWP LINES]
exactly like this aboveRewriteCond %{REQUEST_FILENAME} !-f
? and add # in front ofRewriteRule .* index.php [L]
in the following block?RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
[Maybe HMWP LINES]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]I did this and it gave me 500 Error message…
And am I supposed to change the file permission of .htaccess to 777 as I’m working with HMWP configuration? If things are working properly, what lines of codes should I expect to see in .htaccess and wp-config.php (if relevant)?
Please advise.
Best regards,
John
June 24, 2016 at 9:41 am #10255Hi, please follow these steps:
– goto HMWP Start Tab, apply ‘Medium Pripacy – More Compatibility’ scheme and save the settings
– goto HMWP Permalinks & URLs tab, set “rename plugins” option to “all plugins” and save the settings
Note: Your site’s htaccess file should be writeable. The new backend login URL will be http://www.YourDomain.com/wp-login.php?hide_my_wp=1234 (you can change the secret code “hide_my_wp=1234” from general settings tab)
If it’s still the issue then please let us know your website’s wp-admin login details (as private message), so that we can look into the issue.
June 25, 2016 at 6:42 am #10277Hi,
Thank you for your reply. I’ve followed your instructions. The site doesn’t break now, and wp-content and wp-includes are now hidden.
But the following can still be found in the source code though:
– my premium theme name
– woocommerce
– WPML
– wp-admin
– wp-image
– wp-post
– wp-toolbar
– many other “wp-”On Permalinks & URLs tab, I chose “All Plugins” for Rename Plugins, saved settings, and cleared cache. Yet, I’m still seeing Woocommerce in the source code. Am I supposed to change a plugin folder name with a codename somewhere? I can’t find that option anywhere btw.
Also, one of my plugin is no longer working with HMWP…
Also, I’ve tried deactivating HMWP. After re-activating the plugin, all the settings are gone. Is this normal?
Please advise.
Best regards,
John
June 26, 2016 at 5:06 am #10290This reply has been marked as private.June 26, 2016 at 5:11 am #10292The plugin that’s not working is Instashow (http://codecanyon.net/item/instagram-feed-for-wordpress-instashow/13004086).
The plugin pulls images from my instagram account. With HMWP activated, the images are not displayed. More precisely, the plugin seems to be loading images forever.
June 26, 2016 at 5:41 am #10293Please let us know your website URL and the page URL where we can see this image issue.
June 26, 2016 at 8:28 am #10294Scroll down to “Review from celebrities” section, this is where the mentioned plugin is supposed to function.
Regards,
June 27, 2016 at 2:24 am #10307This reply has been marked as private.June 27, 2016 at 2:49 am #10316Please go directly to the link https://klas-sylph.co.th/homepage
The frontpage is just a maintenance template.
Best regards,
John
June 27, 2016 at 11:21 am #10322This reply has been marked as private.June 28, 2016 at 3:02 am #10337This reply has been marked as private.June 29, 2016 at 7:43 am #10360I’ve disabled/unchecked “Disable directory listing and hide other .txt files” option under General settings tab, and it’s working fine now. Please check and let us know.
June 29, 2016 at 9:10 am #10365Hi,
The plugin in question is working fine now 🙂
Thank you for your support.
Cheers~
John
-
AuthorPosts
You must be logged in to reply to this topic.