mod_rewrite exclusions?

hope this was the right forum.....

OK - so I've setup .htaccess to use mod_rewrite to redirect traffic on a site to always include www. in the URL.

Example:
whatever.com/something.html
redirects to:
www.whatever.com/something.html

The problem I have is this - if I try to access the site via a shared SSL URL, redirection is still happening.

Example:
https://secure.sharedssl.com/something.html
redirects to:
http://www.whatever.com/something.html

How can I exclude the shared ssl addy?

 

 

 

 

Top