Page 1 of 1

URI - Some working, some not

PostPosted: January 15th, 2012, 11:01 pm
by peeld
I have the following set in my URI restrictions:

classes/
members/
activity/

classes is protected, members is protected, but for some reason activity still shows up. Any hints? Strange...

Re: URI - Some working, some not

PostPosted: January 18th, 2012, 8:39 pm
by Raam Dev
You might try changing those to:

Code: Select all
/classes
/members
/activity

Re: URI - Some working, some not

PostPosted: January 18th, 2012, 11:41 pm
by peeld
I think it was a caching issue, they work now.

Sorry I didn't mark my post resolved.

Re: URI - Some working, some not

PostPosted: January 20th, 2012, 12:27 am
by Raam Dev
No worries. Thank you for the update! :)