[wp-trac] Re: [WordPress Trac] #6256: Move siteurl and home from
table wp_options to a file.
WordPress Trac
wp-trac at lists.automattic.com
Mon Mar 17 15:08:39 GMT 2008
#6256: Move siteurl and home from table wp_options to a file.
-------------------------+--------------------------------------------------
Reporter: minimedj | Owner: anonymous
Type: enhancement | Status: closed
Priority: high | Milestone: 2.3.4
Component: General | Version: 2.3.3
Severity: normal | Resolution: invalid
Keywords: hostname |
-------------------------+--------------------------------------------------
Changes (by filosofo):
* status: new => closed
* resolution: => invalid
Comment:
You already have this option. You can set the siteurl and home with a
constant in your config file, like so:
{{{define('WP_HOME', 'http://www.example.com' );}}}
{{{define('WP_SITEURL', 'http://www.example.com/wp');}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/6256#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list