>- see footer for list info -<
Sorry if you get this on CF-Talk too, but until they wake up over the
water...

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/

_______________________________________________

For details on ALL mailing lists and for joining or leaving lists, go to 
http://list.cfdeveloper.co.uk/mailman/listinfo

--
CFDeveloper Sponsors:-
>- cfdeveloper Hosting provided by www.cfmxhosting.co.uk -<
>- Lists hosted by www.Gradwell.com -<
>- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<

Reply via email to