1 e_skywalker Jun 30, 2005 08:13
3 e_skywalker Jun 30, 2005 19:08
isaac,
Thanks for your reply.
I will give it a try.
One more question about the DB settings. When I install the b2e, I need to type the mySQL settings. One of the settings is the DB host. If I input 'localhost', I could continue to the next step. However, if I input a domain name such as whw.gotdns.com, it will not connect to the db correctly. What is your suggestion on this?
skywalker
4 mikkyt Jun 30, 2005 19:30
the address of the db is still localhost, as the DB is held locally on your machine the same as the one hosting the webserver.
5 isaac Jun 30, 2005 21:12
Yeah, the DB host answers the question:
What does the webserver call the database server?
In this case, the webserver calls the database server "localhost", because they're the same thing. In some cases, however, your website may be hosted on one machine, and the database might sit over on some other machine, so you'd need to enter something different in there.
When you install, the program sniffs the address that you're accessing, and says, "This is my public address. Links on pages go here." In that situation, you don't want "localhost", you want your actual address.
Yeah, you installed it while viewing it on localhost. It auto-detected the URL, and now b2evo thinks that its home is http://localhost/blogs.
Drop all the tables, and then go to http://whw.gotdns.com/blogs/install (the public address) and install from that address, and it'll be fine.
Alternately, you could open up the /conf/ folder instead, and edit the files in there to make sure that they point at the right URL.
Remember to delete the install folder when you're done!