Link to home
Start Free TrialLog in
Avatar of Serotonin_X_Infinite
Serotonin_X_Infinite

asked on

plone/zencart

If integration's not possible how can https://ecstasylove.org/stores point to private_html/stores without error page?

e
Avatar of consulteware
consulteware

Simple you must buy one certificate.

If you want on simple and cheaper solution only with the certificate, just check on:

http://www.rapidssl.com/index_ssl.htm
Or godaddy (http://www.godaddy.com/) is even cheaper.
Avatar of Serotonin_X_Infinite

ASKER

you need exceptions for the folder in plone
Can you be more specific width your last comment, please.
rewrite rule (by Stuart Munt of onepoundwebhosting.co.uk)



RewriteEngine On

RewriteRule ^/stores - [L]

RewriteRule ^/forum - [L]

RewriteRule ^/(.*) https://ecstasylove.org/$1

RewriteRule ^/(.*) http://ecstasylove.org:8080/VirtualHostBase/https/ecstasylove.org:443/ecstasy/VirtualHostRoot/$1 [P]



In order of explanation.



1. Turn on apache mod rewrite

2. Redirect any requests for stores to apache

3. Redirect any requests for forum to apache

4. Redirect all and any malformed address to SSL and ecstasylove.org

5. Redirect all web requests other than forum & stores to Zope
ASKER CERTIFIED SOLUTION
Avatar of PashaMod
PashaMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial