Quote:
|
Originally Posted by acid_kewpie
if file access is filtered, then yo ucan't run a website at all, all web pages are files... i really don't understand what the problem is here... i'd have to say that no, it's not filtered, you can put any files you like on there.
|
Thanks for the reply.. but.. lemme see if i can explain a bit better cuase i've tested it on a few local webservers (my machines)
server1 server2 server3
with fqdn's of say localhost1 localhost2 localhost3
all accessible by one lan network.
if i should try to include a file in a web page which is hosted on localhost1 i get a worning saying
Code:
blah blah blah
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/gotnix/public_html/upcoming.inc.php on line 5
Warning: include(http://events.in876.com/upcomming.htm) [function.include]: failed to open stream: no suitable wrapper could be found in /home/gotnix/public_html/upcoming.inc.php on line 5
Warning: include() [function.include]: Failed opening 'http://events.in876.com/upcomming.htm' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/gotnix/public_html/upcoming.inc.php on line 5
blah blah blah is what is actually on the page.. right below it the file i included should be displayed. but Just doesnt' work.
Does this make things any clearer? as to my problem?