cookie-free domain fails
-
I am following basic tutorials to set a cookie-free domain but the site eliminates many graphics/icons (even in backend).
1) I crated a subdomain with root directory /public_html/wp-content
2) added code in wp-config:
define("WP_CONTENT_URL", "https://static.mydomain.com");define("COOKIE_DOMAIN", "mydomain.com");
3) executed query in database:
UPDATE wp_posts SET post_content = REPLACE(post_content,'mydomain.com/wp-content/','static.mydomain.com/')
What am I missing? Also, how could I revert step nr. 3 if I want to delete the subdomain created and drop this issue?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘cookie-free domain fails’ is closed to new replies.