Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Cancel
1
  • For the moment i have altered the htaccess and removed the rewrite rule, and instead placed it in a few key locations in my php code using.. if($_SERVER["HTTPS"] != "on") .... this way seems to work for any url i use on the site, both http and https. it does force a double login if i use http initially, but this is acceptable for the moment.
    – MirtheN
    Commented Jun 12, 2013 at 18:02