Welcome Guest, Not a member yet? Register   Sign In
.htaccess require user
#1

[eluser]msangapu[/eluser]
how do i restrict certain controllers to certain users?

typically i can just do

<Files myfile.shtml>
AuthType Shibboleth
ShibRequireSession On
require valid-user
</Files>

and that will only let valid users see that file "myfile.shtml"

but what about when we do this: index.php?controllerrestrict
how do we restrict that to certain users
while allowing other controllers to all users? index.php?controllerallow

does anyone understand what i'm talking about?




Theme © iAndrew 2016 - Forum software by © MyBB