A client is having problems with 301 redirects producing 404 Error messages. They previously had a WP site, but decided to change it to an HTML one. They are using the same domain name, and hosting is with the same webhost- with a change from WP hosting to a VPS. The redirects in the .htaccess file are in this format
Redirect 301 /double-glazing-information/double-glazing-resources https://example.com/how-double-glazing-works.html
The WP account has been deleted, together with the WP site files, so the pages no longer exist. We simply want to catch any bookmarking or linking to the old pages, and redirect them to the releveant page on the html site.
Typing example.com/double-glazing-information/double-glazing-resources (the old WP page) into my browser produces the 404 Error “The requested URL /double-glazing-information/double-glazing-resources was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”
What are we doing wrong?
Any help very much appreciated!
Thanks to those who have responded. So, sostrong textme further info.
- Both the old site and new site are/were with the same host (Dreanhost) We were advised that we had to shut down the old WP account, before the same domain could be included in the VPS account. So we closed the account, and deleted the files.
- However, we DO have a Backup Buddy copy of the old WP site.
3. The .htaccess file reads like this… Only the first 6 or so pages are listed here due to a posting limitation of 8 links. My email is envirofriendly(at)gmail(dot)com if anyone wants the full .htaccess contents, or further discussion. Many thanks!
RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Redirect 301 /about https://ecohomesolutions/melbourne-home-show-double-glazing-showcase
Redirect 301 /about/double-glazing-showroom https://ecohomesolutions/melbourne-double-glazing-showroom
Redirect 301 /about/double-glazing-certifications https://ecohomesolutions/double-glazing-certifications
Redirect 301 /about/double-glazing-warranty-10-years https://ecohomesolutions.com.au
Redirect 301 /about/terms-conditions https://ecohomesolutions.com.au
============================================================================