Procedural File: _config.php
Source Location: /blogs/conf/_config.php
This is b2evolution's main config file
You need to edit this file to your settings before attempting to install the database! Last significant changes to this file: version 0.9.0.2
Reminder: every line starting with # or // is a comment, multiline comments are surrounded by '/*' and '* /' (without space).
IMPORTANT: Take special care not to erase quotes (') around text parameters and semicolums (;) at the end of the lines. Otherwise you'll get some "unexpected T_STRING" parse errors!
Contributors: you should override this file by creating a file named _config_TEST.php (see end of this file)
b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html
| Copyright: | (c)2003-2005 by Francois PLANQUE - http://fplanque.net/ |
| Filesource: | Source Code for this file |
|
MySQL settings. Fill in your database details (check carefully or nothing will work!)
|
MySQL settings. Fill in your database details (check carefully or nothing will work!)
|
MySQL settings. Fill in your database details (check carefully or nothing will work!)
$baseurl is where your blogs reside by default. CHECK THIS CAREFULLY or nothing will work.
It should be set to the URL where you can find the blog templates and/or the blog stub files, that means index.php, blog_b.php, etc. Note: Blogs can be in subdirectories of the baseurl. However, no blog should be outside of there, or some tricky things may fail (e-g: pingback)
IMPORTANT: If you want to test b2evolution on your local machine, do NOT use that machine's name in the $baseurl! For example, if you machine is called HOMER, do not use http://homer/b2evolution/blogs ! Use http://localhost/b2evolution/blogs instead. And log in on localhost too, not homer! If you don't, login cookies will not hold.
Default value: 'http://localhost/b2evolution/blogs'