hello i want to make any 404 error page not found redirects to my main site url and not just show the 404 error page. how can i set this up please? information: I'm using plesk 9.3.0 thank you
Use .htaccess and insert that line in the beginning of your .htaccess file: ErrorDocument 404 /404.php 404.php your actual error page use can also use 404.html or something else what can be executed with web browser.