[eluser]skunkbad[/eluser]
I never could get the shared SSL connection to work. It's not mission critical, because I have my own cert, but wondering if maybe there is some limitation that disallows the shared SSL requests to be rewritten on my server. I really don't know. I'm just wondering if anyone has ever got CI to work with a domain / shared SSL domain like mine.
I'm not the master of regex or .htaccess, but I was thinking that this would work:
Code:
RewriteCond %{HTTP_HOST} ^secure30\.inmotionhosting\.com [NC]
RewriteRule ~brians6/.* https://secure30.inmotionhosting.com/~brians6/index.php/$0
Instead I just get a 500 error