owls Posted June 12, 2003 Posted June 12, 2003 i just installed oscommerce 2.2 ms1. i can access the admin portion fine and items in the sample database show up, but when i try to access the actual store/catalog, i get a 403 permission denied. pretty much every file is set to 755 except for the configure files. any ideas?
owls Posted June 12, 2003 Author Posted June 12, 2003 upon another hour's perusal of these forums, i discovered that my problem was the index vs. default file name issue. if the file had been named index, i could have saved myself quite a lot of time. or at least if there had been a warning in a readme file or something. :angry: i used the non-.htaccess solution: <?PHP include('default.php') ;?> saved as index.php.
tordeman Posted June 12, 2003 Posted June 12, 2003 MAny servers do support "default" as the start page, but not all servers do, the other only support "Index"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.