On my current dev set up I restrict access in Apache with:

<Directory "C:/path/to/webroot">
        AuthType Basic
        AuthName "Apache Realm"
        AuthUserFile "C:\path\to\auth\file"
        Require user aUser
</Directory>

Then I'll create user access to sub directories using the same directive as
above.

I want to allow anonymous access to /flashservices/gateway, can anyone help
me out with this?

I thought maybe:

<Directory /flashservices/gateway>
        Allow from all
</Directory>

Cheers all.

Adrian Lynch
http://www.halestorm.co.uk/
http://www.adrianlynch.co.uk/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

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