Hi all
Sorry I don't know anywhere else to ask this question.
I have my php site running live and it now has an SSL certificate running as I need to integrate some new credit card payment pages, however, the test site that I am working on is on a subdomain (www.testsite.mysite.com) and the certificate only works for the www.mysite.com domain.
I am using apache mod_rewrites to rewrite the URLs to scripts anyway and I was wondering if it would therefore be possible to whack all of my www.testsite.mysite.com files into a folder within my 'www.mysite.com' domain and use a rewrite rule to make sure the 'testsite' pages run with the SSL certificate?
If so, what the hell will the rewrite rule be!
Thanks in advance