View Single Post
  #2  
Old 06-14-2008, 11:33 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: Get rid of the "welcome" HTML page

Hello,

In the X-Cart root directory there is a file called "index.html". This is the page your browser loads when calling for x-cart.

You have 2 options:

1. Rename the file (e.g. index.htm_)

2. In X-Cart root directory there is a file called ".htacess". Open it and look for the line starting with "DirectoryIndex". The file name "index.html" should be right after the "DirectoryIndex". Delete "index.html" and leave only index.php.

Good luck!
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote