Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

www.mydomainname.com/catalog as a start page?


vava

Recommended Posts

Hello to this great community.My first post and first question..I want my oscommerce to run as i hit my www.mydomainname.com and not to type www.mydomainname.com/catalog.

I dont want the...-future-:)customers to type all this..

Also how i can test my eshop offline or a free php sql host?

Thanx a lot:)

Link to comment
Share on other sites

For osCommerce to be accessed at http://www.yourdomain.com, just upload all of the files WITHIN the Catalog folder, but not the folder itself.

 

To test your shop offline set your computer up with a local web server. For those who have never done this before I recommend XAMPP, it's an all-in-one package and a completely automated install procedure. You'll find it here: http://www.apachefriends.org/en

 

XAMPP does use php5 so you'll need to edit admin/includes/classes/upload.php on line 31. Where it says $this just change it to unset ($this);

 

Vger

Link to comment
Share on other sites

Hello to this great community.My first post and first question..I want my oscommerce to run as i hit my www.mydomainname.com and not to type www.mydomainname.com/catalog.

I dont want the...-future-:)customers to type all this..

 

Hey there vava,

 

Check your web host to see if they can point your domain name to the /catalog directory or if there is a way you can redirect it yourself. Also, you may be able to set up a subdomain such as "http://store.mydomain.com". That is what I use.

 

Hope this helps.

 

Dan

Link to comment
Share on other sites

Treat the "catalog" folder as if it is your url. You do not need a subdomain, you don't need (and really dont want) to use redirect if you can help it

 

In other words take all of the files INSIDE the catalog folder and upload them into your public_html folder. The one where you would normally put your index.html

 

Hope that made sense. =)

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Treat the "catalog" folder as if it is your url. You do not need a subdomain, you don't need (and really dont want) to use redirect if you can help it

 

In other words take all of the files INSIDE the catalog folder and upload them into your public_html folder. The one where you would normally put your index.html

 

Hope that made sense. =)

 

I had basically the same question vava did. Do I just copy the individual files inside the "catalog" folder into my main directory, or the contents of the folders that appear inside the "catalog" folder, too? Thanks in advance.

 

If a copy of the reply could be included by PM, too, I'd appreciate it.

Link to comment
Share on other sites

You just copy everything (files and folders) inside the catalog folder into your main public_html folder... or whatever your host calls it. The one where you would normally stick the index.php

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...