View Single Post
drewprops
Space Pirate
 
Join Date: May 2004
Location: Atlanta
 
2021-09-29, 13:27

I have a subdomain that works fine with the cert as long a you hit it from HTTPS

But when I try it from HTTP she no worky.

I have read the recommendations from the host (MediaTemple) but it doesn't seem to work.

Code:
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^subdomain.domain.com [NC] RewriteRule ^(.*)$ http://subdomain.domain.com/$1 [R=301,L]


Your suggestions would be appreciated!!!



...

Steve Jobs ate my cat's watermelon.
Captain Drew on Twitter
  quote