You are here
Simon Long - Thu, 2010/04/22 - 11:34
Hi guys, I'm trying to move my Wordpress blog over to turnkey Wordpress Virtual Appliance.
My current blog is http://www.simonlong.co.uk/blog and I need my new installation to be the same.
With the default installation of Turnkey Wordpress it would make the wordpress blog apprear here: http://www.simonlong.co.uk/
How can I change this? Would it be easier just to reinstall a new Wordpress instance?
Simon
Forum:
You need to make 2 changes...
You need to make 2 changes, one to the wordpress configuration, the other to the apache configuration.
Wordpress: /var/www/wordpress/wp-config.php
Note that you might want to replace $_SERVER['HTTP_HOST'] with your domain name.
Apache: /etc/apache2/sites-enabled/wordpress
Add the above to the apache wordpress configuration, for example, after NameVirtualHost.
Once you have made the change, reload the apache configuration
I hope the above helps.
I suspect some conflicting Apache and/or WordPress config
TBH I have no experience with WordPress but it seems like a fairly generic Apache2/WordPress config issue than it is a specific TurnKey Linux issue. I suggest that you consult WP experts (i.e. try posting on the WordPress community forums). I imagine that someone expert in the field would be able to help you out in a flash!
Assuming that you resolve your issue it'd be great if you could post back to help others.
Add new comment