> http://lists.radiantcms.org/pipermail/radiant/2007-January/002879.html
> http://lists.radiantcms.org/pipermail/radiant/2007-May/004880.html
> 
> The recommendation in the first thread is to use Apache 
> .htaccess. What 
> I cannot
> understand, and what wasn't resolved, is that .htaccess resides in a 
> filesystem, whereas
> the pages served up by Radiant are virtual.

The part you're missing is apache's <Location> and <LocationMatch> options.

<Location /monkeys>
        Deny from all
</Location

should prevent access to your monkeys.

Dan.
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to