osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

How to change httpsdocs path to httpdocs, post installation?

This is a discussion on How to change httpsdocs path to httpdocs, post installation? within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; I was able to install OsCommerce on my first try, by reading both the 'fast' and 'detailed' installation instructions in ...


Go Back   osCommerce and osCMax shopping cart software forums > osCommerce 2.2 Forums > osCommerce 2.2 Installation Help

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-17-2003, 01:27 PM
Lurker
 
Join Date: Feb 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dmilo
Default How to change httpsdocs path to httpdocs, post installation?

I was able to install OsCommerce on my first try, by reading both the 'fast' and 'detailed' installation instructions in your manual. Thank you for creating that.

The pages of the sample cart come up, see http://www.wellohwell.com/catalog/. However...

During installation, I installed OSC in httpdocs/catalog - but I also checked the box for SSL. Now, when you click on "log yourself in" or "create an account" or "checkout", the URL is not found because it's sending you to the httpSdocs/ dir.

Before I delete the whole thing and start over - how could I change this path so it will just use httpdocs? Or, is there another option that I'm overlooking?

Thanks.

Dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 02-17-2003, 08:08 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,446
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

Change this in the /catalog/configure.php

Just find the "enable https" line and change it from true to false to disable it, or find the "https server" line, and change that to point to your correct https server.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-17-2003, 09:37 PM
Lurker
 
Join Date: Feb 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dmilo
Default

Quote:
Originally Posted by msasek
Change this in the /catalog/configure.php

Just find the "enable https" line and change it from true to false to disable it, or find the "https server" line, and change that to point to your correct https server.
Thanks. I couldn't find a /catalog/configure.php.

I did find a /catalog/includes/configure.php and a catalog/admin/includes/configure.php, and made this change in both of them:
define('ENABLE_SSL', 'false');

I also tried it in both as
define('ENABLE_SSL', false);
without the single quotes around false.

It didn't make any difference. It's still sending me to https://www... instead of http://www...

Am I doing something wrong? Is there somewhere else I can change something?

Dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 02-17-2003, 10:13 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,446
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default



I gave you the wrong path. You found it. Just clear your browser cache. Also, change your https server to http://yourdomain.com
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 02-28-2003, 01:41 AM
don don is offline
New Member
 
Join Date: Dec 2002
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
don
Default

How can I edit that the link will change to https://www.mydomain.com when people click on Check out . If I do not edit as above, do I need to load Catalog and Admin to /httpsdocs?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 02-28-2003, 05:31 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,446
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

In order to use SSL, you must change the settings as shown above, or it will not work at all.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 04-10-2003, 09:49 PM
Lurker
 
Join Date: Apr 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
shemp
Default

Quote:
Originally Posted by msasek
In order to use SSL, you must change the settings as shown above, or it will not work at all.
msasek,

Explain how SSL will work by disabling it. I had the same problems as the first guy in this thread, I used your suggestions and it works now. EXCEPT that when I enter a credit card on an order, it's not secure. What am I missing, what did I do wrong?

Thanks!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 04-10-2003, 09:58 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,446
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default

This thread is actually about disabling SSL, not enabling it. To enable it, you have to have the correct secure server url, and have the SSL settings in the configure.php files set to true.

The above example was to disable SSL, and my second response was not really clear. The settings need to be set to TRUE for SSL to work.

Sorry for any confusion I caused
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9  
Old 04-10-2003, 11:40 PM
Lurker
 
Join Date: Apr 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
shemp
Default

OK, that makes sense. So tell me this since I am having troubles. In my root I have 2 directories called httpdocs and httpsdocs. Currently I have all of the files in httpdocs, however, when I try to check out, the url switched to https://... but it cannot find the file it looks for (although it can when I disable SSL). Do I need to place files in the httpsdocs in order for it to work?

Thanks again!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10  
Old 04-10-2003, 11:47 PM
Lurker
 
Join Date: Apr 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
shemp
Default

If it helps, here is the error that I am getting: "Warning: open_basedir restriction in effect. File is in wrong directory in /home/httpd/vhosts/kerpop.com/httpsdocs/catalog/checkout_shipping.php on line 13"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
I.P. Address Installation - Need to change to URL ReginaStelling osCommerce 2.2 Installation Help 3 08-09-2004 04:22 AM
change path to images to absolute reference mkraft osCMax v1.7 Installation 5 04-24-2004 01:17 AM
httpsdocs problem knullhund osCMax v1.7 Discussion 1 02-23-2004 04:08 AM
Image path, where to change? misterjonl osCommerce 2.2 Modification Help 2 10-08-2003 07:23 PM
Post Installation Erros harken osCommerce 2.2 Installation Help 1 02-20-2003 06:47 AM


All times are GMT -8. The time now is 11:47 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax