Yep I have edited as instructed:
In vbseocp.php I have the "File Not Found" requests handling?" set to:Code:$standard_404 = 'http://www.mydomain.com/error/404.html'; // The usual 404 that this script replaces $new_domain = 'www.mydomain.com'; // Including domain extension such as www.example.com , donot include http:// $new_folder = ''; // Without trailing slash $ext_type = '.php'; // File extension type that vBulletin is using, i.e. index.php including the preceding dot // Database // This is the vBulletin database, needed for import id look up and logging $server = 'localhost'; $user = 'dbforums'; $password = 'dbpassword'; $database = 'dbname_com'; $tableprefix = ''; $old_id = intval($_GET['oldid']); $page = intval($_GET['page']); $postcount = intval($_GET['postcount']); $action = $_GET['action']; $sql = null;
/var/www/vhosts/mydomain.com/httpdocs/error/404.html
With the radio button checked: Include custom script
Regardless, whatever database settings I put above nothing happens. So I don't think the script is even being looked at at all?



1Likes
LinkBack URL
About LinkBacks





Reply With Quote
