Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author launchinteractive

    (@launchinteractive)

    Yes it is. You will need to make use of the MMR_CACHE_DIR & MMR_CACHE_URL constants in wp-config.php. MMR_CACHE_DIR must be full server path and MMR_CACHE_URL must be absolute URL for this to work correctly

    Thread Starter mixedmultimedia

    (@mixedmultimedia)

    I’m afraid that didn’t work out fine for me… I receive an error on line 82 even when the settings are correct.

    define( ‘MMR_CACHE_DIR’, WP_CONTENT_DIR.’/cdn1′);
    define( ‘MMR_CACHE_URL’, WP_CONTENT_URL.’https://cdn1.mywebsite.com’);

    the cdn1 folder is in the root of the website (public_html) and has a 755 permission.

    Plugin Author launchinteractive

    (@launchinteractive)

    are you able to try it with the full path: eg. define(‘MMR_CACHE_DIR’, ‘/var/www/html/cdn1’);

    also, check your talking marks.. that might be the error.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘store the js files out of the wp-content folder’ is closed to new replies.