OussamaCR
Regular Member
- Dec 11, 2016
- 248
- 81
Hi
I was trying to create a static cookie page. added that code to wp-config.php on WordPress.
and went to PHPMyAdmin on my database and changed wp_posts by adding this code:
Now my website is just serving GoDaddy page:
I was on CloudFlare, and I thought that it was some CloudFlare error again. So I deleted my website from CloudFlare and returned back to the GoDaddy nameservers.
I have a backup for my database on my computer, and all my files seem to be working fine.
I remove all the codes I added, and removed all the database then imported my old database but it's still not working
If you think you can fix that problem, or you know what it is about, I will be hiring you. Response to that message.
I was trying to create a static cookie page. added that code to wp-config.php on WordPress.
PHP:
define("WP_CONTENT_URL", "http://static.domainname.com");
define("COOKIE_DOMAIN", "www.domainname.com");
define("WP_PLUGIN_URL", "http://static.domainname.com/plugins");
and went to PHPMyAdmin on my database and changed wp_posts by adding this code:
Code:
UPDATE wp_posts SET post_content = REPLACE(post_content,
'http://www.domainname.com/wp-content/uploads/','http://static.domainname.com/uploads/')
Now my website is just serving GoDaddy page:
I was on CloudFlare, and I thought that it was some CloudFlare error again. So I deleted my website from CloudFlare and returned back to the GoDaddy nameservers.
I have a backup for my database on my computer, and all my files seem to be working fine.
I remove all the codes I added, and removed all the database then imported my old database but it's still not working
If you think you can fix that problem, or you know what it is about, I will be hiring you. Response to that message.