Note 1: You don't have to know PHP programming
to do this tutorial.
Note 2: I assume that your server supports
files with .php extension. If not, you won't be able to do
this tutorial. For more info on how to install PHP on your
PC go to Php.net
1. Open notepad or any other HTML Editor and paste the following code.
| <? $URL="http://www.adesdesign.net"; header ("Location: $URL"); ?> <html> <title>Ades Design</title> <head></head> <body> </body> </html> |
3. Now customize your script. Put your own link instead of Adesdesign.net and change the title Ades Design.
You can also put some text or link inside the body. In case your redirection does not work people will be able to click and go to the desired page.



