View Single Post
08-25-2006, 03:40 AM
#2
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

You could also, just put a index.php file in the payment folder of www.site.com like:
PHP Code:
<?php
header
("Location: https://www.site.com/payment/");
?>