[wp-trac] Re: [WordPress Trac] #8062: .htaccess Issues

WordPress Trac wp-trac at lists.automattic.com
Tue Nov 4 21:30:13 GMT 2008


#8062: .htaccess Issues
-----------------------+----------------------------------------------------
 Reporter:  covert215  |        Owner:  anonymous
     Type:  defect     |       Status:  new      
 Priority:  normal     |    Milestone:  2.7      
Component:  General    |      Version:           
 Severity:  major      |   Resolution:           
 Keywords:             |  
-----------------------+----------------------------------------------------
Comment (by covert215):

 I was looking at an older version of rewrite.php.

 The code causing the issue is

 {{{
 $home_root = parse_url(get_option('home'));
 if ( isset( $home_root['path'] ) ) {
    $home_root = trailingslashit($home_root['path']);
 }
 }}}

 It looks like the if condition is false, causing the problem.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8062#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list