Wordpress Site Giving 404 Page Not Found Error

Hello My site urls are
http://simbhaco.rf.gd/
http://letsdoanimate.rf.gd/

Whenever i visit site post it gives 404 error. It was working fine once, but not now, there is nothing wrong with code or htaccess as i read from other threads. What would be the reason for this.

I am using CuteFTP software for Wordpress hosting. As much as i know its hosting issue not mine and how to solve this.

Thanks, I Fixed Both With These. I made an htaccess file and put these lines.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

Its working again.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.