[root]/index.html brings up a 404 not found page
-
I’m getting a 404 not found error when ‘/index.html’ (or .htm) is added to the site address: https://www.humortimes.com/index.html.
The site was converted from a static set up about five years ago. I didn’t notice this was happening until I recently looked up the site’s name, Humor Times, in a non-Google search engine (DuckDuckGo). It brings up the old home address and clicking on it brings up the 404 page.
Obviously, I don’t want this happening. I thought WP automatically handled this with its basic .htaccess code, which I have set up:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Why is this happening, and what can I do about it? Thanks for any help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[root]/index.html brings up a 404 not found page’ is closed to new replies.