Perhaps it just because we are new to this tool, but we've hit a problem with SSL in Multisites. We have SSL installed (not a shared cert). The environment is Apache 2 running on Windows Server 2008. Joomla is version 1.5.21. The only add-on besides Multisites is the JCE Editor.
The master site's URL is
www.domain.com/foldername - for example,
www.domain.com/academics is a master site.
Each slave of academics is mapped as both http and
www.domain.com/slave1 (slave2, etc.).
Everything works as advertised, including Joomla SEF URLS, until we bring SSL into the picture.
We can access the home page of slave sites with HTTPS, but any links to articles via HTTPS fail with a page not found error. Turning off SEF in Joomla solves the problem. but we need the SEF URLs.
We've tried both the ignore and force SSL settings in menu links without any luck. A similar standalone site doesn't have the same problem, so I am pretty confident the problem is a config issue somewhere.
When checking the server logs I found that errors are like this:
File does not exist X:/websites/academics/sef-article-name (no slave1 in the file path?)
With SSL in the URL of an article, Apache reports in the browser:
The requested URL /slave1/sef-article-name was not found on this server (but of course it is there when not https).
We are thinking we have a config problem or an HTACCESS problem, but we are at a loss.
Suggestions anyone?