NT5, Apache 1.3.14,PHP4.02
IP's 192.168.0.1,192.168.0.101,192.168.0.102,192.168.0.103
points to /www,/www/blah1,/www/blah2,/www/blah3
I've finally gotten virtual hosts working. Displays html files fine, but when it tries to display index.php3, it shows the index.php3 from /www
When I try to view any other php file (hello.php3), existing or not, I get a blank page. A nonexisting html file will give a 404 error.
require() and include() looks for files in the /www dir rather than the /www/blah1 dir.
Help me out gurus. email me if you need more info.
Thanks for any help you can provide.