Article:
 |
|
Location, Location, Location: Tips for Storing Web Site Files
|
| Subject: |
|
more on the 403 error. |
| Date: |
|
2003-07-18 06:04:35 |
| From: |
|
anonymous2
|
|
|
|
Great article! I tried to do this and it works if I put my website in the Sites folder:
<VirtualHost test.koen.com>
DocumentRoot /Users/koen/Sites/MyWeb
ServerName test.koen.com
</VirtualHost>
If I put it somewhere else, which is I guess the purpose of using virtual hosts, I get an 403 error:
<VirtualHost test.koen.com>
DocumentRoot /Users/koen/Documents/HTML/MyWeb
ServerName test.koen.com
</VirtualHost>
any ideas what might be the problem?
thanks,
- Koen.
|
Showing messages 1 through 3 of 3.
-
more on the 403 error.
2003-07-28 13:01:27
anonymous2
[View]
-
more on the 403 error.
2004-01-06 06:36:29
piersk
[View]
-
more on the 403 error.
2004-01-06 06:35:36
anonymous2
[View]