Editing the Presentation config.php File 
New in vBulletin is the Presentation configuration file. It is always located in the forum root or / directory of your vBulletin package. In a newly unzipped package, this would be the upload folder.
Note:
When editing a config.php file, make sure there is no whitespace or extra lines either before the <?php. If there are any extra lines or space, you will see an 'Unable to add headers' error when accessing your forums.
Editing the presentation config.php file is one of the few times in vBulletin where you will be required to edit raw PHP code. The file is heavily commented in order to help you fill in the necessary information.

You are only required to edit a one of the settings in this file to create a working vBulletin configuration file. These settings are:
Variable Name
Description
$config['baseurl']This is the URL of your vBulletin installation. Do not use a trailing slash.
The rest of the settings in this file will not need to be edited at this time. We will cover them in a documentation update coming soon.
Copyright © 2024 MH Sub I, LLC dba vBulletin. All rights reserved. vBulletin® is a registered trademark of MH Sub I, LLC dba vBulletin.