|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-01-02 14:07 UTC] iliaa@php.net
[2003-01-02 15:13 UTC] picklezz at hotmail dot com
[2003-01-17 22:13 UTC] sniper@php.net
[2003-01-31 13:44 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 14:00:01 2025 UTC |
I got this configuration for one of my vhosts in apache 1.3.27: <VirtualHost *> DocumentRoot /www/192.168.0.1 ServerName 192.168.0.1 ErrorLog /var/log/httpd/192.168.0.1-error_log CustomLog /var/log/httpd/192.168.0.1-access_log common php_value open_basedir /home/wwwroot/192.168.0.1/ </VirtualHost> but when i go in on /home/wwwroot/192.168.0.1/index.php with this script: <? include("/www/www.freshbsd.net/index.php"); ?> it will include the page anyway...