Closed (fixed)
Project:
Block Assign
Version:
5.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2007 at 03:04 UTC
Updated:
31 Jan 2008 at 15:49 UTC
How can I get a block rule to match uri = empty string,
as in when I am at URL root http:www.mydomain.com/ ?
I want to match and display a block at http:www.mydomain.com/ and http:www.mydomain.com/forum, but no where else.
uri="forum" will block display at the empty string.
Comments
Comment #1
dllh commentedUsing regex ^\/?$ should work for the root I think (untested). Pair that with uri=forum and you should be good to go.