[PHP-WIN] Re: Different folder | Local test - Help!! (part2)

2002-04-13 Thread firepages
Why not just set your DocumentRoot to "C:/" or set up an alias - its much more likely to work than a virtual host Alias /C/ "c:/" DirectoryIndex index.php index.htm index.html you would then access as http://localhost/C/ "Tiago SimõEs" <[EMAIL PROTECTED]> wrote in mess

[PHP-WIN] Re: Different folder | Local test - Help!! (part2)

2002-04-12 Thread Nicole Amashta
Make sure you have also set correctly the path to your webserver in your php.ini. -- Nicole Amashta Web Application Development ABOL Software, Inc. ( 678 ) 494 - 3172 ext. 201 [EMAIL PROTECTED] "Tiago SimõEs" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > For

[PHP-WIN] Re: Different folder/ local test

2002-04-12 Thread Fabian Deutsch
You could create a VirtualHost using the VirtualHost directive in the hhtpd.conf. It could look like this: Options FollowSymLinks AllowOverride None ServerAdmin [EMAIL PROTECTED] DocumentRoot C:/WINDOWS/Desktop/work ServerName dummy-host.example.com now u can access the direcotry v