
[support]
Error 404 Pages | Error 404 Pages |
|
|
|
|
You can put an eror 404 page on your website. To do this create a page using your website template and name it error.html Place this under the html directory via your FTP login. A sample is below here. Note the meta tag refresh to point them back to your home page. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"><html xmlns=http://www.w3.org/1999/xhtml xml:lang=en lang=en> <meta http-equiv="refresh" content="10;url=http://blah.com.au" /> <head> <title>IT Basecamp</title> </head> <body bgcolor="white" link="white" text="#000000" vlink="#0033cc" alink="#0033cc"> <table border="0" width="100%"> <tr> <td align="center" valign="middle"> <br /> <br /> <font color=black size=3 face="verdana">Welcome to IT Basecamp domain server </font> <br /><font color=black size=3 face="verdana">Error 404..... The page you are looking for does not exist.</font> <br /><font color=black size=3 face="verdana">Please contact <a href="mailto: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it ?subject=Error%20404%20% This e-mail address is being protected from spam bots, you need JavaScript enabled to view it "> This e-mail address is being protected from spam bots, you need JavaScript enabled to view it </a> to inform them of the bad link.</font> </td> </tr> </table> </body> </html> |