View Single Post
  #3  
Old 05-26-2005, 10:43 AM
 
SkullHead SkullHead is offline
 

Advanced Member
  
Join Date: Apr 2005
Posts: 30
 

Default

Just put this in a text file and name it index.php and put it in your public_html folder. Then all you have to do is type www.yourdomain.com and it'll redirect you. It'll help you with your 1st question but not the second.



Code:
<?php header("Location: http://www.yourdomain.com/xcart/home.php"); exit; ?>
__________________
4.0.17
PHP 4.4.7
Apache
MySQL server 5.0.51a-log
MySQL client 4.1.11
Web server Apache
Operation system Linux
Perl 5.008008
Reply With Quote