Goodi OG
Regular Member
- May 29, 2019
- 460
- 226
I will try to keep this simple and quick as possible. So let's go!
5. Now, look for wp-config.php and insert the following lines
Code:define("WP_CONTENT_URL", "https://static.website.tld"); define("COOKIE_DOMAIN", "https://website.tld");
Code:UPDATE wp_posts SET guid = REPLACE(guid,'website.tld/wp-content/','static.website.tld/')
After editing my wp-config file, i get "Server returned HTTP status 500" error on my website. I dont use cloudflare, is that a problem?