[wpmu-trac] Re: [WordPress MU Trac] #452: Ability to require https for admin interface and user login

WordPress MU Trac wpmu-trac at lists.automattic.com
Tue Nov 13 18:15:47 GMT 2007


#452: Ability to require https for admin interface and user login
------------------------+---------------------------------------------------
 Reporter:  axelseaa    |        Owner:  somebody
     Type:  defect      |       Status:  new     
 Priority:  normal      |    Milestone:          
Component:  component1  |      Version:          
 Severity:  major       |   Resolution:          
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by axelseaa):

 To require https, one will still need to add rewrite rules:

 RewriteEngine On
 RewriteCond %{SERVER_PORT}  ^80$
 RewriteCond %{REQUEST_FILENAME} -f [OR]
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule ^wp-(admin|login|register)(.*) https://%{SERVER_NAME}/wp-$1$2
 [L]

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/452#comment:7>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list