I created a site but is not loading

I created https://savemoneyproject.000webhostapp.com/ but ever time I try to load the site it gives me “server ip address could not be found” can someone help me out?

Your .htaccess file had the following line:

Redirect 301 /index.php http://www.savemoneyproject.com

This line redirects you to a domain that has no DNS resolver, so that’s why you’re seeing the error. I’ve removed the redirect line, so if you clear your browser cache and flush your local DNS you should be able to see your site.

This topic was automatically closed after 22 hours. New replies are no longer allowed.