|
Posted by Jerry Stuckle on June 14, 2009, 8:52 am
Please log in for more thread options
Jeff wrote:
show/hide quoted text
> I've been rewriting my shopping cart from perl to php and have been
> rethinking some approaches.
>
> This is pretty straightforward if everyone has their own SSL cert, but
> if you are sharing an SSL cert that is good for one domain only, there's
> some hoops you have to jump through as far as moving all the images and
> stylesheets over to the secure domain, and that means you have to
> rewrite the template for the secure paths and maintain the same stuff in
> two different places.
Why? What does one have to do with the other?
show/hide quoted text
> Now, I wonder if there isn't an easier/better way. Perhaps with either
> .htaccess or tinkering with the httpd.conf. I can do whatever I wish
> with the server.
>
> Any thoughts?
>
> Jeff
Get an SSL certificate for each domain.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
|
> rethinking some approaches.
>
> This is pretty straightforward if everyone has their own SSL cert, but
> if you are sharing an SSL cert that is good for one domain only, there's
> some hoops you have to jump through as far as moving all the images and
> stylesheets over to the secure domain, and that means you have to
> rewrite the template for the secure paths and maintain the same stuff in
> two different places.