Quote:
Originally Posted by Billspaintball
Weird looking path...
but one thing I noticed is that your missing a closing tag which may or may not be the problem.
Try changing
PHP Code:
<?php
$v="2 r16 17.03.2005";
include('include/version.inc.php');
require_once( 'include/Config.class.php');
<?php
require_once('/customers/swalus-productions.be/swalus-productions.be/httpd.www/login_inc.php');
?>
to
PHP Code:
<?php
$v="2 r16 17.03.2005";
include('include/version.inc.php');
require_once( 'include/Config.class.php');
?>
<?php
require_once('/customers/swalus-productions.be/swalus-productions.be/httpd.www/login_inc.php');
?>
|
Ok this helped page is now showing up but doesn't load (it's an imagevue page btw) second problem is that if i login i'm just redirected to the vbb page which would be good if someone that isn't logged in won't be able to view the page at all.
Thx in advance
Barteken