• Hello,
    I want to report issue with the Plugin in LiteMode on a Multisite installation. Basicaly, the concern site has custom folders (wp-content plugins uploads) set from wp-config.php
    All is work fine without HMWP which broke the CSS and JS loading and return a lot of 404 in GET under the browser console.

    The generated dotConf file to include in the Nginx config is correctly set in the server{} block as recommended, but the Alert of HMWP still fixed though the server is reloaded.

    NOTE: Webserver Nginx+Pagespeed, WordPress: Latest version, HMWP: latest version. Nginx caching and WPSuperCache purged and disable before HMWP activation but the issue persist.

    There is possibility to fix this please?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author John Darrel

    (@johndarrel)

    Hi Kwashi,

    Thank you for the question and details.

    Please try this:

    1. Select the Lite Mode and let the custom paths for testing & Save Settings
    2. In Nginx.conf, add the include line before WordPress rules

    
    include ....../hidemywpghost.conf  
    
    location / {
        try_files $uri $uri/ /index.php?$args;
    }

    3. Reload Nginx config to apply the changes
    4. Go back to WordPress and clear all cache from the cache plugin
    5. Test and confirm the change in HMWP Ghost

    Now, test the website using a different browser or incognito mode.

    I noticed you said that you have custom wp-content set in wp-config.php. HMWP Ghost should identify the custom wp-content but you can set the same wp-content path in HMWP Ghost if you like.

    Hope this helps,
    John

Viewing 1 replies (of 1 total)
  • The topic ‘HMWP issue with Multisite + Custom folders’ is closed to new replies.