Recent Topics

1 Apr 03, 2006 01:26    

I ran a few searches with this question but couldn't find the answer.

Basically, if I have installed b2evolution on domain.com/blog
can I change the path back to my main domain.

So instead of domain.com/blog
it will be
...................domain.com

will this require a re-install?
if yes, do I just backup my db, install b2evolution and point it to the existing db?

thanks in advance.

2 Apr 03, 2006 02:12

Well, you just have to
- move all b2evolution files from /blog to /
- modify $baseurl in conf/_config.php (it should now look like "http://www.yoursite.com")

And you're done! no database backup or any other reconfiguration...

3 Apr 05, 2006 02:42

Of course your links in from search engines will be royally screwed...

4 Nov 17, 2007 21:51

I'm running 1.10.2 and I'm planning to upgrade to the latest 2.1.0. As part of this upgrade, I want to change my install path from mysite.com/blog to MySite.

Do the instructions above still apply? If not, can you give me an update?

- move all b2evolution files from /blog to /
- modify $baseurl in conf/_config.php (it should now look like "http://www.yoursite.com")

5 Nov 17, 2007 22:06

esanchez wrote:

I'm running 1.10.2 and I'm planning to upgrade to the latest 2.1.0. As part of this upgrade, I want to change my install path from mysite.com/blog to MySite.

Do the instructions above still apply? If not, can you give me an update?

- move all b2evolution files from /blog to /
- modify $baseurl in conf/_config.php (it should now look like "http://www.yoursite.com")

yes madz is right except the config file.. the file you must modify is conf/_basic_config.php..

i may suggest you, copy all of your site.com/blog files and backup the database first! in case any problem occurs you may rollback to your old working blog by uploading the copied files and extracting the backed up sql..

after that ignore your directory problem totally.. just do the upgrade..

then move your site.com/blog directory into the root directory and make the necessary change in

site.com/conf/_basic_config.php

change the line 97

$baseurl = 'http://www.site.com/blog';


into

$baseurl = 'http://www.site.com/';

its pretty easy..

6 Nov 19, 2007 05:02

Excellent. I'll give this a try over the thanksgiving weekend. Thanks for the help.

Edgar.


Form is loading...