Recent Topics

1 Dec 06, 2010 04:07    

My b2evolution Version: Not Entered

I am trying to move from one server A to another one B. How do I determine on the existing blog databases and user names that I am using in my blogs.

Furthermore, I would like to leave the old server A until the new one B is up and running can I run the new one using another web address. Note I use pictures, which have addresses to the old site.

2 Dec 09, 2010 05:08

Is there really no way, I can determine what databases and what user my b2evolution blog site is using?

3 Dec 09, 2010 13:53

conf/_basic_config.php

$db_config = array(
	'user'     => '--',     // your MySQL username
	'password' => '--',     // ...and password
	'name'     => '---',  // the name of the database
	'host'     => 'localhost',    // MySQL Server (typically 'localhost')
);

4 Dec 10, 2010 01:11

Thanks

And the other issue can I move servers and check it before moving the web address?

5 Dec 10, 2010 01:20

bernard zimmermann wrote:

Thanks

And the other issue can I move servers and check it before moving the web address?

Depends on your hosting provider.Most likely you can access using your.ip.xx.xx/~username

6 Dec 10, 2010 03:52

If you already configured virtual hosting for "my-domain-name.com", but haven't yet changed DNS to the new server, try this from command line. Then download and open /root/index.html in your browser.

Use your real IP address here

curl 127.0.0.1/blogs/index.php -H "Host:www.my-domain-name.com" > /root/index.html


Form is loading...