hola chuta, perdonar por el doble post, estoy haciendo los ajustes de cambio de url y no encuentro en la linea: require('content.php'); en el archivo content.php.
solo veo estos datos en el archivo content.php
Código PHP:
/**
* The index for vBulletin. This file simply grabs the procedural bootstraps.
* This file can be moved and referenced with apache mod_rewrite. This will require
* editing the path to the bootstrap below. However, the original file may be
* reverted on upgrades.
*/
// Define this script as the route handler
define('VB_PRODUCT', 'vbcms');
define('VB_ENTRY', 1);
define('VB_ROUTER_SEGMENT', 'content');
define('GET_EDIT_TEMPLATES', 'picture');
define('CMS_SCRIPT', true);
define('THIS_SCRIPT', 'vbcms');
// Bootstrapping
require_once('vb/bootstrap.php');
un saludo