Thanks for the reply.
Actually I checked for that and tried the suggestion in
http://forum.cmsmadesimple.org/index.ph ... l#msg49256
but when I made the changes suggested, the admin section was messed up and suddenly I could log in without password. So I was rather opting for a solution without having to make too many changes.
So what I was actually looking for is some explanation about the underlying mechanism at work here.
So far I understood that adding the RewriteRule to the admin directory's .htaccess will map any
http://www.mysite.de/admin/[something] to
https://www.ssl-account.com/mysite.de/admin/[something]. From there apparently a redirection happens to the original URL so the RewriteRule kicks in again.
My question would be where the second redirection could come from. Is there a mechanism in cmsms or could my provider be at fault with its
www.ssl-account.com domain?
What I could do is drop the RewriteRule and just set
www.ssl-account.com/mysite.de as root directory but that would force my visitors to use ssl for viewing the site (additional certificate popup) and it would uglify the url, so I would prefer the ssl to work only in the admin section.
Any information?
Thanks in advance.
b0n3m4n
Edit: By the way, I used the RewriteRule code from the Howto File at
http://wiki.cmsmadesimple.org/index.php ... mall_Guide
So if this turns out to be a general problem, it might be a good idea to mention a solution in the guide.