Redirect

In response to your first one, the best way would to set up a simple re-direct via your domains control panel (go daddy, 1and1 etc)

Which will force anyone going to your domain to the address you choose.

Your just use this code as index.htm]

PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
<BODY>
Optional page text here.
</BODY>
</HTML>
 
Back
Top Bottom