|
|
| Hi. I've managed to set up apache 1.3, php & mysql on a USB dongle that I want to use for demo purposes. It works fine if I add the drive letter to DocumentRoot, naturally I don't want that since it probably will be different on all machines I plug it into. Now, according to the documentation: # If a drive letter is omitted, the drive on which Apache.exe is located # will be used by default. It is recommended that you always supply # an explicit drive letter in absolute paths, however, to avoid # confusion. so it should work fine with /usbdrive/www it serves html fine, but fails to find the file once it parses a php-page, add the drive letter and it works... Any tips for an Apache newbie? Thanx/Dan |