I am having a little problem getting up a site, this is the url I am accessing http://soltec.zxq.net/public/admin/login.php , and in this login.php I require_once('http://soltec.zxq.net/includes/initialize.php'); but it comes with
Warning: require_once(): URL file-access is disabled in the server configuration in /www/zxq.net/s/o/l/soltec/htdocs/public/admin/login.php on line 3 Warning: require_once(http://soltec.zxq.net/includes/initialize.php): failed to open stream: no suitable wrapper could be found in /www/zxq.net/s/o/l/soltec/htdocs/public/admin/login.php on line 3 Fatal error: require_once(): Failed opening required 'http://soltec.zxq.net/includes/initialize.php' (include_path='.:/usr/lib/php') in /www/zxq.net/s/o/l/soltec/htdocs/public/admin/login.php on line 3
I changed the directory includes/ and the initialize.php and the login.php permissions to 777 through filezilla
thanks in advance!