Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2012
    Posts
    12
    Plugin Contributions
    0

    Default Create an SSL accessible page outside the store and then use ez-pages to link to it

    I have a radio station but the request page is a separate php file. I want to have that php file check the credentials of any person that clicks on the radio link in zencart and either allow them to the radio page or have them sign up. the actual streaming radio page was done in ez pages but the request page was not and I have no way of even knowing how to begin moving everything to the actual store so instead I want to extend the ssl to the request page as well. How would I go about doing this?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Create an SSL accessible page outside of zencart and then use ez-pages to link to

    Try adding to your .htaccess file - assuming that this request page is at the root of you account
    Code:
    RewriteEngine On 
    RewriteCond %{SERVER_PORT} 80 
    RewriteRule ^(.*)$ https://www.your_domain.com/your_request_page/$1 [R,L]
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Aug 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Create an SSL accessible page outside of zencart and then use ez-pages to link to

    Quote Originally Posted by kobra View Post
    Try adding to your .htaccess file - assuming that this request page is at the root of you account
    Code:
    RewriteEngine On 
    RewriteCond %{SERVER_PORT} 80 
    RewriteRule ^(.*)$ https://www.your_domain.com/your_request_page/$1 [R,L]
    for some reason my .htaccess file isn't working right. IDK how to even begin configuring those files.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Create an SSL accessible page outside the store and then use ez-pages to link to

    Are you on a linux server or a windoes server
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Aug 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Create an SSL accessible page outside the store and then use ez-pages to link to

    Quote Originally Posted by kobra View Post
    Are you on a linux server or a windoes server
    linux, in home virtual server.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Create an SSL accessible page outside the store and then use ez-pages to link to

    linux, in home virtual server
    What is meant by "in home virtual server"??
    Zen-Venom Get Bitten

  7. #7
    Join Date
    Aug 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Create an SSL accessible page outside the store and then use ez-pages to link to

    ubuntu svr 12.04 w/ispconfig hosted virtually on vmware

  8. #8
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Create an SSL accessible page outside the store and then use ez-pages to link to

    Don't know why .htaccess would not function
    Zen-Venom Get Bitten

  9. #9
    Join Date
    Jun 2003
    Location
    Newcastle UK
    Posts
    2,927
    Plugin Contributions
    4

    Default Re: Create an SSL accessible page outside the store and then use ez-pages to link to

    Hi,

    I'm not that well versed with ispconfig3, but assume that somewhere it has a tab/option to edit/amend a web server that it manages.

    If it does, and the tab shows the options for the webserver, look for something like

    AllowOverride None

    for htaccess to operate, you need to change that to

    AllowOverride All
    Last edited by wilt; 27 Nov 2012 at 01:04 AM.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 16 Aug 2011, 07:58 AM
  2. Securing The Store, SSL and Store Membership
    By sparrowce in forum General Questions
    Replies: 3
    Last Post: 6 Mar 2011, 11:56 PM
  3. Create a link to add to cart from outside zencart?
    By quangdog in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Oct 2008, 10:18 PM
  4. How Do i create space between the store and the top of the browser window?
    By yoyodyne in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 May 2008, 04:55 PM
  5. How to make the store accessible online
    By RicardoGomes in forum Installing on a Windows Server
    Replies: 3
    Last Post: 5 May 2008, 10:16 PM

Posting Permissions

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