View Single Post
  #2  
Old 07-28-2005, 06:38 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Index.html can be whatever you want...it is simply a gateway page to index.php, which in turn forwards to home.php. If you want to skip index.html, simply put this in an .htaccess file in your root directory:

DirectoryIndex index.php
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote