[wp-trac] [WordPress Trac] #10609: WP writes htaccess file in account root when changing the URL in the admin area

WordPress Trac wp-trac at lists.automattic.com
Sun Aug 16 23:42:10 UTC 2009


#10609: WP writes htaccess file in account root when changing the URL in the admin
area
----------------------------+-----------------------------------------------
 Reporter:  pyxis630        |       Owner:            
     Type:  defect (bug)    |      Status:  new       
 Priority:  high            |   Milestone:  Unassigned
Component:  Administration  |     Version:  2.8.4     
 Severity:  normal          |    Keywords:            
----------------------------+-----------------------------------------------

Comment(by dd32):

 {{{
 [ "siteurl" ]=> string(33) " http://www.domain.com"
 [ "home" ]=> string(38) " http://www.domain.com/test"
 }}}

 That is what is causing your issues.

 The Site URL and Home url are supposed to be used for when the WordPress
 files exist in a subdirectory of where you want the home url to be.

 Ie:
 {{{
 siteurl => http://dd32.id.au/wordpress/
 home => http://dd32.id.au/
 }}}

 That'll cause the exact issue you're seeing I think..

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10609#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list