Yes, it's a dev server.

Now I get a 404 error.  At least I have the permissions correct.  Any
idea what I should check?  I'm pretty sure I have the document root set
up correctly:

DocumentRoot "C:\Inetpub\wwwroot"
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all
    Satisfy all
</Directory>
<Directory "C:\Inetpub\wwwroot">
        Options Indexes FollowSymLinks
        AllowOverride None
        Order allow,deny
        Allow from all
</Directory>
<IfModule dir_module>
    DirectoryIndex index.cfm
</IfModule>

-----Original Message-----
From: Matthew Williams [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 21, 2007 8:55 PM
To: CF-Talk
Subject: Re: 403 forbidden with Apache and cf8

Change that one deny from all to allow from all.  Not best practice, but

it's a dev server main non?

Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Check out the new features and enhancements in the
latest product release - download the "What's New PDF" now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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

Reply via email to