Home Forums WordPress Plugins Hide My WP 404 not found my theme

This topic is: not resolved
Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #16118
    network
    Active
    Post count: 12

    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.png

    I hope you can help me with those elements,
    Regards.

    #16128
    Suman M.
    Post count: 12478

    Hi, 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..
    #16229
    network
    Active
    Post count: 12
    This reply has been marked as private.
    #16236
    Suman M.
    Post count: 12478

    Hi, 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) –

    2017-05-22_0055

    #16239
    network
    Active
    Post count: 12
    This reply has been marked as private.
    #16243
    Suman M.
    Post count: 12478

    Hi, 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!

    #16421
    network
    Active
    Post count: 12
    This reply has been marked as private.
    #16426
    Suman M.
    Post count: 12478
    This reply has been marked as private.
    #16432
    network
    Active
    Post count: 12
    This reply has been marked as private.
    #16438
    Suman M.
    Post count: 12478

    I 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?

    #16439
    network
    Active
    Post count: 12
    This reply has been marked as private.
    #16445
    Suman M.
    Post count: 12478

    Hi, 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.

    #16448
    network
    Active
    Post count: 12
    This reply has been marked as private.
    #16452
    Hassan
    Post count: 955

    Hi,

    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..
    #16453
    network
    Active
    Post count: 12
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 19 total)

You must be logged in to reply to this topic.