Posted by Christopher Thilges on 05/17/07 17:35
Server Includes were shut off on my site at:
http://web.ics.purdue.edu/~cthilges/
Warning: include() [function.include]: URL file-access is disabled in
the server configuration in /home/lookout/h2/cthilges/www/index.php on
line 2
Warning: include(http://web.ics.purdue.edu/~cthilges/header.php)
[function.include]: failed to open stream: no suitable wrapper could be
found in /home/lookout/h2/cthilges/www/index.php on line 2
Warning: include() [function.include]: Failed opening
'http://web.ics.purdue.edu/~cthilges/header.php' for inclusion
(include_path='.:') in /home/lookout/h2/cthilges/www/index.php on line 2
I use this feature so that i can have a basic template file for my site
with only two includes:
<?header=http://web.ics.purdue.edu/~cthilges/header.php>
the content
<?footer=http://web.ics.purdue.edu/~cthilges/footer.php>
With an absolute url as well i never have to count ../../../
What security reason is this disabled?
It seems to be a very convenient and irreplaceable feature.
I add pages of flashy site code this way.
Thank you,
Christopher Thilges, cthilges@purdue.edu
[Back to original message]
|