[wpmu-trac] Re: [WordPress MU Trac] #1012: Default .htaccess
 RewriteRules do not cover all possible username characters
    WordPress MU Trac 
    wpmu-trac at lists.automattic.com
       
    Thu Jul  2 15:12:51 GMT 2009
    
    
  
#1012: Default .htaccess RewriteRules do not cover all possible username
characters
------------------------+---------------------------------------------------
 Reporter:  cmsj        |        Owner:  somebody
     Type:  defect      |       Status:  new     
 Priority:  normal      |    Milestone:          
Component:  component1  |      Version:  2.7.1   
 Severity:  normal      |   Resolution:          
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by cmsj):
 ugh, damn wikiformatting nonsense.
 {{{
 RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
 RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
 }}}
 should become
 {{{
 RewriteRule  ^([._0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
 RewriteRule  ^([._0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
 }}}
-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/1012#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
    
    
More information about the wpmu-trac
mailing list