[users@httpd] limit access to certain query strings

2011-07-05 Thread congo thomas
Hello chiefs, How do i limit (allow/deny) access to certain query strings? Actual example: 1) I want to allow only 'user1' access to http://example.com/yadayada/?page=abc 2) I want to allow only 'user2' access to http://example.com/yadayada/?page=def 3) I want to allow everyone access to

Re: [users@httpd] limit access to certain query strings

2011-07-05 Thread Jeroen Geilman
On 2011-07-05 22:02, congo thomas wrote: Hello chiefs, How do i limit (allow/deny) access to certain query strings? Actual example: 1) I want to allow only 'user1' access to http://example.com/yadayada/?page=abc 2) I want to allow only 'user2' access to http://example.com/yadayada/?page=def 3)