I have set up my blog as 'mysite.com/BLOG' However i want it so that when you go on my sites root ('mysite.com')it automatically comes up with the blog. Is there a way of doing this without changing all the links etc.?
Any help would be greatfull.
Cheers Dan
Try:
Login
Change both urls in Options
Logout.
Move all the folders / files to root
Login
If anything strange goes on, use this guide
http://www.tamba2.org.uk/wordpress/site-url/
to restore the urls.
Cheers ill give it a go n see what happens
I had the same issue. Not sure if this would work for you, but I just changed my index.php file to:
'<?php
header("location:http://my site here/blog/index.php");
exit;
?>'
That's it. Works flawlessly.