View Single Post
  #3  
Old 02-01-2007, 08:00 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Bypassing Welcome Screen

Best way to do it is to delete your index.html, delete you index.php, and put this line of code in an .htaccess file:

Code:
DirectoryIndex home.php index.php index.html index.htm

This will prevent x-cart from having to redirect from index.php to home.php
Reply With Quote