osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

bypass SSL login/myaccount/create account

This is a discussion on bypass SSL login/myaccount/create account within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; Hello everyone. I just had a question, and was wondering if it was at all possible. I have shared SSL ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-11-2004, 11:26 PM
New Member
 
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
thesauce98
Default bypass SSL login/myaccount/create account

Hello everyone. I just had a question, and was wondering if it was at all possible.

I have shared SSL but its on a completely different server. This causes me to have duplicate product images on each server.
The problem lies within the fact that when adding new products through the admin interface, images are only uploaded to the regular site, and not the secure one (duh).
I'm trying to find an easy alternative to show images on the SSL server without having to FTP them over seperately (as it would be a pain for the site owner).
I've thought of an option, does anyone now if its possible and how to do it?

Can I bypass logging in, creating account, and going to my account from going through the SSL site, and only make checking out use SSL?
If so, I'll take out the specials and whats new boxes in the column left and rights, and I won't have to worry about product images on the SSL pages.
Or, it would work if I could just set it so that once you login, instead of being redirected to index.php on the SSL site, your redirected to index.php on the regular site. This way I can show the "whats new" and "specials" section of the index page.

Thanks for any replies.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 03-12-2004, 07:31 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,329
Thanks: 68
Thanked 322 Times in 305 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

thesauce98, the easiest way would be to get a host that symlinks the SSL on the same server. Then you do not need duplicate directories. Other than that, the easiest way is to FTP, or you will have to code a solution.

If you are going to spend all those hours re-coding, why not just switch hosts? There are dozens of good hosts that already are setup this way, it will save you time, money, and aggravation...
__________________
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 03-12-2004, 09:38 AM
New Member
 
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
thesauce98
Default

i asked my host about sym linking the pages, but they said they can't do it. I think because the secure server is on a totally different machine ... if you know how they could possibly do it, so i could explain it in an e-mail, let me know. and i can't switch hosts because i paid for a year upfront and they don't give refunds. they're not that bad though, as this is the only quarrel i have with them
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 03-15-2004, 06:32 AM
jpf's Avatar
jpf jpf is offline
Moderator

 
Join Date: Sep 2003
Location: Manitoba, Canada
Posts: 1,568
Thanks: 1
Thanked 84 Times in 71 Posts
Rep Power: 10
jpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of lightjpf is a glorious beacon of light
Default

SYMLINKS (from command line/prompt):

ln -s /your_target_directory/images /your_ssl_directory/images
(your non-SSL server have to be mounted in as a local directory in the secure server)

or youmay try:


Forward Proxy (done in httpd.conf? in your secure server):

ProxyPass /your_ssl_directory/images/ http://your_normal_site.com/catalog/images/

for just the images.....
or even:

ProxyPass /your_ssl_directory/ http://your_normal_site.com/catalog/

for the WHOLE site.

-Maps remote servers into the local server URL-space.

This directive allows remote servers to be mapped into the space of the local server; the local server does not act as a proxy in the conventional sense, but appears to be a mirror of the remote server. path is the name of a local virtual path; url is a partial URL for the remote server and cannot include a query string.

Note:The ProxyRequests directive should usually be set off when using ProxyPass.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 03-16-2004, 01:56 PM
New Member
 
Join Date: Mar 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
thesauce98
Default

thanks for the reply, i'll see if they can do that for me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
login and create account[oscommerce 2.2] newbie needs help! syaiful_bahri osCommerce 2.2 Installation Help 0 03-19-2005 01:33 AM
OScommerce : can't create or login to an account digitalmelody osCommerce 2.2 Installation Help 0 10-18-2004 12:00 AM
how 2 change text in create new account box next to login karmakat osCMax v1.7 Installation 1 04-14-2004 05:20 PM
Create Account,Checkout,My Account, Language Pictures probs! Mikey osCommerce 2.2 Installation Help 0 03-08-2004 11:20 PM
login or create account as the home page with hiden catalog kamel osCommerce 2.2 Modification Help 1 11-17-2003 07:01 AM


All times are GMT -8. The time now is 12:02 PM.


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