Quantcast
Channel: Topic Tag: database | WordPress.org
Viewing all articles
Browse latest Browse all 11076

keesiemeijer on "Problem with my installation"

$
0
0

The update_option() lines should go into your theme's functions.php file. Not in wp-config.php.

If you would rather edit wp-config.php change the update_option() lines to:

define('WP_HOME','http://planforward.net/wp');
define('WP_SITEURL','http://planforward.net/wp');

Viewing all articles
Browse latest Browse all 11076

Trending Articles