11-13-2011, 06:54 AM
|
|
Confirmed User
Industry Role:
Join Date: Nov 2005
Location: Spain :)
Posts: 2,231
|
Or you could create a folder "paysite1" in your root.
Place a index.php with the following content :
Code:
<?php
header( 'Location: http://paysite.com/' ) ;
?>
|
|
|