Home › Forums › WordPress Plugins › Hide My WP › 404 not found my theme
- This topic has 18 replies, 3 voices, and was last updated 7 years, 6 months ago by Suman M..
-
AuthorPosts
-
May 15, 2017 at 9:09 am #16118
Hello,
I can’t make my plugin work with my theme. The CSS aint loading anymore
Some useless links to help you, help me.
My NGINX conf https://pastebin.com/YChwuv8B
My debug report https://pastebin.com/uAmPQjUK
My front end website http://i.imgur.com/hsKHCUB.png
My webserver http://i.imgur.com/ozAZ27O.pngI hope you can help me with those elements,
Regards.May 16, 2017 at 3:06 am #16128Suman M.Post count: 12478Hi, please generate debug report from HMWP start tab and post it here as private reply.
If it’s Nginx server and WP single site, follow these steps:
– in HMWP Start Tab, set “Medium Pripacy – More Compatibility” settings scheme and click on “Save Settings” button
– 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&die_message=nginx– Now add those lines (rewrite rules) to your Nginx configuration file (within server block). 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.
- This reply was modified 7 years, 7 months ago by Suman M..
May 21, 2017 at 4:21 pm #16229This reply has been marked as private.May 21, 2017 at 7:13 pm #16236Suman M.Post count: 12478Hi, I could see that you have added HMWP rules within the “location” block (in nginx config file). You need to add HMWP rules directly within the “server” block. So, please remove the HMWP rules that you have added and add them within the server block (just above the closing braces as shown in screenshot below) –
May 21, 2017 at 7:29 pm #16239This reply has been marked as private.May 22, 2017 at 5:06 am #16243Suman M.Post count: 12478Hi, can you please let us know your website’s and the server’s credentials as private reply so that we can look into it further. Thanks!
June 4, 2017 at 8:37 pm #16421This reply has been marked as private.June 5, 2017 at 4:13 am #16426Suman M.Post count: 12478This reply has been marked as private.June 5, 2017 at 3:59 pm #16432This reply has been marked as private.June 6, 2017 at 7:11 am #16438Suman M.Post count: 12478I checked the nginx config file in /etc/nginx/nginx.conf but it is different than what you have mentioned above. What is the correct path for your site’s nginx config file?
June 6, 2017 at 7:38 am #16439This reply has been marked as private.June 7, 2017 at 5:08 am #16445Suman M.Post count: 12478Hi, I tried to configure it but still not working. I’ve assigned this ticket to sr. support so that he can look further into it.
June 7, 2017 at 5:54 am #16448This reply has been marked as private.June 7, 2017 at 8:03 pm #16452HassanPost count: 955Hi,
I couldn’t connect, too: Could not resolve hostname ..
PS:
Please also try moving HMWP rules above
location / {
Let me know the result.
- This reply was modified 7 years, 6 months ago by Suman M..
June 7, 2017 at 8:08 pm #16453This reply has been marked as private. -
AuthorPosts
You must be logged in to reply to this topic.