Thanks for the super quick reply. That looks great - in setting this up i just noticed that a couple of our admin pages have url variables after them in order to specify which page should load.
So for example, i would like james to have access to:
admin.cgi?do=page&page=too
admin.cgi?&do=modify_searc
but i do not want him to have access to:
admin.cgi?page=home_nav.ht
Is it possible to use the mod_rewrite code to specify url variable names and their contents in order to further control this access?
Main Topics
Browse All Topics





by: caterham_wwwPosted on 2008-08-31 at 17:43:17ID: 22356927
I think this can be solved with mod_rewrite:
Select allOpen in new window