As I think, my Cloudflare DNS setting looks okay. It shows “Active” status.
Unfortunately, all my related site - domain site, Wordpress, Filezilla can not open showing “HTTP 500 internal server error”.
Could you check my setting and inform what is problem?
My site site www.noori-korea.com
I am afraid the nameservers are of no relevance in this context. This redirect comes from your server. You can check this by pausing Cloudflare on the Overview page, which will pause Cloudflare and point all requests to your server (keep in mind this will reveal your IP address and you need to wait for propagation).
Yes, all the content was properly in place before moving DNS to Cloudflare.
Around 2 months ago, I bought my domain together with small hosting service from same company
and filled with some content there through Filezilla.
I used Wordpress to make up my site.
All of them was fine. Now they are not opened.
Previous name server company informed DB HOST name should be replaced, so I did.
At wordpress/wp-config.php
/** MySQL hostname */
//define(‘DB_HOST’, ‘db.noori-korea.com’);
define(‘DB_HOST’, ‘211.43.203.77’);
After that following happened
Filezilla is accessible now by IP address instead of previously used ID(noori-korea.com).
=>Thanks a lot.