Hi this is scorpionz.. i am facing a problem for the last 5 hours as
URL file-access is disabled in the server configuration
Description:
I have a project with path
c:/xampp/htdocs/mysite/config.php
Thats my configuration file name.
I have a folder in root which is getting connection
c:/xampp/htdocs/mysite/folder/testpage.php
now when I include my config.php to PHP file testpage.php
It gives the error:
c:/xampp/htdocs/mysite/config.php
Warning: include() [function.include]: URL file-access is disabled in the server configuration in C:\xampp\htdocs\mysite\utilities\testpage.php on line 2.
I am including the config in this way
<?php include 'http://'. $_SERVER .'/config.php'; ?>
I am stuck to move..
Any response will be apprecited.
One more thing i am using drupal 6.
Regard
scorpionz