https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

Daniel Zahn <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Daniel Zahn <[email protected]> 2011-10-05 23:13:26 UTC 
---
Like this?

    RewriteCond %{HTTPS} off
    RewriteCond %{HTTP_HOST} mediawiki.org
    RewriteRule ^/(.*)$ http://www.mediawiki.org/$1 [R=301,L]

    RewriteCond %{HTTPS} on
    RewriteCond %{HTTP_HOST} mediawiki.org
    RewriteRule ^/(.*)$ https://www.mediawiki.org/$1 [R=301,L]

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to