This indicates that the file locations aren't right - since the
permissions on C:\Inetpub\wwwroot were correct and you were previously
denying access outside that folder. Now you're allowing access outside
the folder, it can access whichever folder it's trying to look in and
it can't find the files (hence the 404, since they are in
C:\Inetpub\wwwroot and it's looking somewhere else).

Check the rest of your httpd.conf for any other file paths etc - if
you get really stuck, send me the whole file by email and I'll check
for anything obvious.

On 8/22/07, Matthew Smith <[EMAIL PROTECTED]> wrote:
> 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
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286783
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