Wordpress Fixe, HELP

Status
Not open for further replies.

OussamaCR

Regular Member
Joined
Dec 11, 2016
Messages
248
Reaction score
81
Hi
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:
QIVqaEc



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.
 
Hello Mate

If you are done with all then surely u need to contact your ISP ...they will clean the cache ...when u get these issue with CloudFlare best thing is to get help from ISP and your site will be back to working the way u want ...

regards
Adroit
 
Hello Mate

If you are done with all then surely u need to contact your ISP ...they will clean the cache ...when u get these issue with CloudFlare best thing is to get help from ISP and your site will be back to working the way u want ...

regards
Adroit
Thanks for your help, I will try to contact them now
 
@OussamaCR

Your site seems to be redirecting to Godday from here too. Have you verified that your DNS settings are correct.

View this: https://intodns.com/makegold.biz you should be able to figure if DNS setting are correct to me it seems your
name servers are pointing to godaddy not cloudflare.

Regards
 
Hope you've considered that when touching the namesevers they wont work like a switch hence would need at least 24-48 hrs to propagate.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top