How do I get OSCommerce installed in the root directory? It seems that I can only install it in a specified folder. Then of so, how do I get OSCommerce to open up as the first page of my website?
OSCommerce
Collapse
X
-
Create a plain text file called "index.php" with this in it (edited for your info):Originally posted by andeelymHow do I get OSCommerce installed in the root directory? It seems that I can only install it in a specified folder. Then of so, how do I get OSCommerce to open up as the first page of my website?
Upload that into your public_html folder, and whenever someone visits your site they will be automatically forwarded to the folder specified.<?
Header("Location:http://www.yoursite.tld/oscommerce/");
?>Comment
Comment