Kurt McKee wrote:
>>Perhaps something like:
>>
>> Request "/index.php?option=displaypage&Itemid=50&op=page&SubMenu=" {
>> Allow from ::1
>> }
>
> I'm really confused now, if for no other reason than the context
> provided. Could you clarify that?
It provides two new features:
- It will be able to parse the request including the parameters:
pathinfo and querystring.
- It provides regular expressions matches.
Let me expose a few examples:
- Rules for a single file:
Request "/images/secretone.jpg"
- With regular expressions:
Reqyest "/images/huge_*\.jpg"
- Rule based on Pathinfo:
Request "/cgi-bin/trac.cgi/login"
- Querystring:
Request "/index.php\?op=edit\&.+"
--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee