Flesner Posted May 28, 2003 Posted May 28, 2003 I'm a newbie to OSCommerce and I've went through and setup my whole shop, but I can't view it by going to www.mysite.com/shop... it just gives me the index... Did I forget to do something or perhaps overlook it? Thanks!
Daemonj Posted May 28, 2003 Posted May 28, 2003 Create or edit your .htaccess file in your public_html folder for the following: <Files ~ "^.ht"> Order allow,deny Deny from all Satisfy All </Files> <IfModule mod_dir.c> DirectoryIndex index.php index.html default.php default.html </IfModule> Options -Indexes and that should do it for ya. "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
Recommended Posts
Archived
This topic is now archived and is closed to further replies.