OSCommerce install

dixiew00

Verified User
Joined
Mar 20, 2004
Messages
12
Has anyone installed an OSCommerce site on this server and if so do you have any tips and or tricks to getting the SSL to work properly with it?
I am puchasing a quickSSL from geotrust.
It appears that all of the files must go into the private_html folder which is out of the ordinary from other servers that I have installed OSCommerce on in the past.

Thanks for any advice.

Joe
 
public_html is just the root folder. And we have few customers running OSCOmmerce. It is a really easy script to install. Nothing special to know but I think the index is a pain to modify since you need to edit inside the php code.
 
osCommerce install

I have placed all of the the osCommerce files into the private_html folder and all of the "https" pages work ok but the non secure "http" linked pages are broken unless you add the "s" to the "http". I have not installed my own trusted cert yet for this site but the servers script is functioning ok.
I have had other osCommerce sites up and running but the servers always used the public_html folder...even for secure pages.
See it in action at http://www.countryherbstore.com.
(forgive the graphics as this is a work in progress).
You have to place the "s" after http to get the index page to load and then allof the secure login and checkout pages will come up ok but the non secure pages are broken. Adding teh "s" to the http on the broken pages brings them back to life with the lock icon.
I dont mind the entire site being secured so if there is a way to secure all the pages that would be fine.

Joe
 
Thanks Chris...will give it a try tonight.
Is there some guidance for the symlink setup in the help pages?

Joe
 
just cd into the domains directory then follow the guide on the link i provided:

Code:
cd /home/username/domains/domain.com/
mv ./private_html ./private_html_old
ln -s ./public_html ./private_html

(note, you can use "rm -rf private_html" instaed of the mv command if you do not wish to backup the directory)

Chris
 
Sorry for my newbieness here...what does the cd in "cd into the domains directory" mean?
Am I pasting this code in from the actual domains control panel or from the reseller panel?
Some of the terms used in these posts are quite foreign to me...I catch on fast once ya get me rolling.

Appreciate the help so far.

Joe
 
if you do not have SSH access you will be required to get your host to do this for you.... (providing your a reseller)

Chris
 
SSH is turned off so I will request they turn it on.
Then I assume I will have access to tweak as you noted?
 
Back
Top