osCmax v2.5 User Manual
Results 1 to 5 of 5

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 ...

      
  1. #1
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    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.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    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 Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    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

  4. #4
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    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.

  5. #5
    New Member
    Join Date
    Mar 2004
    Posts
    9
    Rep Power
    0


    Default

    thanks for the reply, i'll see if they can do that for me

Similar Threads

  1. login and create account[oscommerce 2.2] newbie needs help!
    By syaiful_bahri in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 03-19-2005, 12:33 AM
  2. OScommerce : can't create or login to an account
    By digitalmelody in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 10-18-2004, 12:00 AM
  3. how 2 change text in create new account box next to login
    By karmakat in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 04-14-2004, 05:20 PM
  4. Create Account,Checkout,My Account, Language Pictures probs!
    By Mikey in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 03-08-2004, 10:20 PM
  5. login or create account as the home page with hiden catalog
    By kamel in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 11-17-2003, 06:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •