T TWM Web Marketing SpecialistEstablished Member ★ 20 ★ Impact 9 May 14, 2007 3K views 2 replies #1 How can i make it to where any 404 errors automatically redirect back to my index page? Im using cPanel if it has anything to do with the control panel. Thanks!
How can i make it to where any 404 errors automatically redirect back to my index page? Im using cPanel if it has anything to do with the control panel. Thanks!
Dan Buy my domains.VIP Member VIP ★ 15 ★ Impact 108 May 14, 2007 1 point #2 Add this to your .htaccess file: Code: ErrorDocument 404 /
T TWM Web Marketing SpecialistEstablished Member ★ 20 ★ Impact 9 May 14, 2007 #3 Thank you very much.