View Single Post
  #2  
Old 04-24-2009, 01:55 AM
  ElegantXMods.com's Avatar 
ElegantXMods.com ElegantXMods.com is offline
 

Advanced Member
  
Join Date: Apr 2009
Location: Stirling, UK
Posts: 94
 

Default Re: Splash / Welcome Page

Simple solution: create a new file on your home directory, say splash.html, put whatever you would like in this HTML file, then change the default document list for your X-Cart store so that the webserver looks for splash.html before index.html or index.php:

If you have access to the .htaccess file, find the entry for your website and add or edit the DirectoryIndex entry like so:

Code:
DirectoryIndex splash.html index.php index.html index.htm default.htm
__________________
John
ElegantXMods.com

QuickOrder AJAX-based search and ordering system now available
giving you complete control over how customers browse and search for your products. Click here for details.
PriceSlider - easily filter categories by price range - only $9.99 - details here

X-Cart 4.1, X-Cart 4.2 on Windows/IIS and Linux/Apache.
Reply With Quote