Hi,
What file controls/holds the url of the wordpress blog?
I know you can do it through the ACP but i need to know what file controls it.
Thanks
Best Regards,
Reece
Hi,
What file controls/holds the url of the wordpress blog?
I know you can do it through the ACP but i need to know what file controls it.
Thanks
Best Regards,
Reece
Fixed it :)
what was the solution?
You can change it in the database. I just edited the database and then did a clean install then installed the backup and then reinstalled the skins.
You can also change it in wp-config.php like the following (very handy for if you move the blog first, and break it):
define ('WP_HOME', 'http://localhost/wordpress');
define ('WP_SITEURL', 'http://localhost/wordpress');This topic has been closed to new replies.