simonok
Forum Replies Created
-
I updated 5.6 to 5.6.1 to see console output and everything seems to be working now. Not sure why, but its fixed.
Forum: Plugins
In reply to: [Redirection] Redirection not workingMust be a cache issue.
Forum: Plugins
In reply to: [Redirection] Redirects won’t deleteHave you checked your .htaccess file to see if there any entries in it?
Forum: Plugins
In reply to: [Autoptimize] cookieless domainIt only seems to work when I commented out the 2 lines below, I was following a tutorial I found online at https://www.itsupportguides.com/wordpress/wordpress-how-to-serve-static-content-from-a-cookieless-domain/
//define(“WP_CONTENT_URL”, “http://stat.simonstratford.com/wp-content”);
define(“COOKIE_DOMAIN”, “simonstratford.com”);
//define(“WP_PLUGIN_URL”, “http://stat.simonatratford.com/wp-content/plugins”);Becuase I commented out those lines not all the images are using the stat. domain, but it’s an improvement now when checked at https://tools.pingdom.com/#!/es9ba5/simonstratford.com
Forum: Plugins
In reply to: [Autoptimize] cookieless domainI’ve rolled my site back so I’m not using subdomain, but I did try the url you mention and it didn’t compress or combine any files.