Himanshu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add Expires headersHello Joy,
I have seen many other people with good help over any topics on support and the one who knows the solution reply back here with details and the one who have no idea about the question pass the questions.
If my site can’t influence the expiry of external sites, then atleast it should work on the existing link
https://www.hastrix.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js
If you won’t help then please pass it on.
Thank you!
HimanshuForum: Networking WordPress
In reply to: Use cookie-free domainsHi, I run a static website and not even have that much traffic. I have tried all the steps to remove cookies from my website but nothing worked so far. If you have no resolution over this then please pass it on to someone who can help me figure out this permanent issue.
Thank you
Forum: Networking WordPress
In reply to: Use cookie-free domainsHello George,
I have shared the details above, will you please help me use the cookie-free domain.
Thank you!
Forum: Networking WordPress
In reply to: Use cookie-free domainsHello George,
Thank you for your response. Yes, first I have installed CDN plugins to solve this issue and then I have checked the same blog which you have shared above. I have created subdomain static.hastrix.com and saved the root file here public_html/wp-content then added this in wp-config.php file
define(“WP_CONTENT_URL”, “https://static.hastrix.com”);
define(“COOKIE_DOMAIN”, “www.hastrix.com”);After that, I have run this command in SQL
UPDATE wp_posts SET post_content = REPLACE(post_content,’www.hastrix.com/wp-content/’,’static.hastrix.com/’)
This also showed that implemented in 70 queries, but still the cookie-free domain issue is not resolved.