Serve Static Content
-
Hi
I am trying to serve the wp-content/litespeed/cssjs/ to a static domain.
I have set up the subdomain static.miim.com.au
I have set:
define(“COOKIE_DOMAIN”, “www.miim.com.au”);
define(“WP_CONTENT_URL”, “https://static.miim.com.au/wp-content”);Ran the SQL update
UPDATE wp_posts SET post_content = REPLACE(post_content,’miim.com.au/wp-content/’,’static.miim.com.au/’)
It updated 2 rows and images seem to work ok.
But wp-content/litespeed/cssjs/ is still not coming from static.miim.com.au.
Gtmetrix
https://gtmetrix.com/reports/miim.com.au/JpCgmQfJ
There are 3 components that are not cookie-free
https://miim.com.au/wp-content/litespeed/cssjs/208d5.css?060d2
https://miim.com.au/wp-content/litespeed/cssjs/b2cb7.js?71c62
https://miim.com.au/wp-content/litespeed/cssjs/4e34b.js?0fb09How can I fix this?
Thank you in advance.
PS love the plug in!
The page I need help with: [log in to see the link]
- The topic ‘Serve Static Content’ is closed to new replies.