Thanks Steve, that really helped a lot!
However, I'm still having problems when creating a site that has the
documentRoot outside the webroot.
When I do that, I get the "403 Forbidden" error.
Any sugestions?
I'm running Vista... (sorry ;o)

This is my VirtualHost in the config file:

DocumentRoot "C:/Apache/htdocs"

NameVirtualHost *

<VirtualHost *>
    DocumentRoot "C:\wwwroot\site1"
    ServerName site1.localhost
    Alias /CFIDE "C:\Apache\htdocs\cfusion\CFIDE"
    <Directory "C:\Apache\htdocs\cfusion\CFIDE">
      AllowOverride All
      Order allow,deny
      Allow from all
    </Directory>
    ErrorLog logs/site1-error.log
    CustomLog logs/site1-access.log common
</VirtualHost>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307605
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to