Every page in my site (other then the home page) is redirecting to an infinity free 404 error page

My website URL is:

thenewodyssey.co/

What I’m seeing is:

Every page in my website (other then the home page) is redirecting to a 404 error page on Infinity Free’s website.

I’m using this software:

I’m using WordPress.

Maybe the .htaccess file needed for pretty permalinks isn’t present on your installation. Please create an .htaccess file on the htdocs folder of your domain / the main htdocs folder with the File Manager and the following content, in order for your website’s pretty permalinks to be working again:

# BEGIN WordPress

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

# END WordPress
2 Likes

I tried it and it didn’t work, but when I looked and tried it again a couple of times, I saw that the .htaccess the file became blank immediately after uploading or editing the file.

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