Hi,
I'm using Apache 1.3 with WinXP. I set my UserDir to a directory like this:
UserDir "c:/users/*/public_html"
Then when I use my browser to view a page like "http://localhost/~bob/home.html", it shows up fine. However any links within the home.html document that begins with a forward slash "/" get mapped to my httpd docs root, which is:
DocumentRoot "c:/apache/httpd"
For example,
<img src="/images/01.gif">
Apache will go look for this image in my httpd folder, "c:/apache/httpd/images/01.gif"
, which it won't find. I want to make apache look for this image in my user's directory:
"c:/users/bob/public_html/images/01.gif"
Any help is appreciated!
thanks,
Phu