Quote:
Originally posted by TheMasterG
Is there any way around this?
|
My index.php is just a standard redirect that points to vbindex.php so I can see exactly where they are:
PHP Code:
<?php
error_reporting(7);
require('./global.php');
eval("standardredirect(\"".gettemplate("redirect_vbindex")."\",\"vbindex.php?s=$session[sessionhash]\");");
?>
Create a template called redirect_vbindex and add a redirection message to it.