• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Redirect if Site not Found

kraftk

New Pleskian
Hello,

the Structure of my website change very often and google have sometimes old links to subpages. In this case i dont wan't that a visitor of a "old link" get a errorpage like 404. he Should be redirect to the startpage of my site.

There is a Howto at: http://support.hostgator.com/articl...up-custom-error-documents-on-plesk-10-windows

There is in on Option 2 a way to set up a new url for custom error documents.. but i have on my plesk 10.4 on linux not a opinion "virtual directory"..

I found only a checkbox there i can activate or deactivate Custom Errordocuments.

What is the easiest way to redirect all "bad links" / "Site not founds" to the startpage of my website?


Thx a lot.
 
Place the following in a file named ".htaccess" in the root httpdocs directory for the site and change example.com to whatever your site url you want to direct to is.

Options +FollowSymlinks
ErrorDocument 404 http://www.example.com/
RewriteEngine on
 
Back
Top