我想要这样的事情,当用户访问网址www.example.com
时,不会对其应用任何规则,但是,当用户访问www.example.com/something else
规则时,
->http://www.example.com/something else
->http://www.example.com/something else1
->http://www.example.com/something else2
AuthType shibboleth
ShibRequireSession On
Require user
但在同一个实例中,用户访问www.example.com/someother thing
这些规则不应该应用于网址。
我不想创建另一个文件夹并单独写一个.htaccess,
有可能,请告诉我!!
答案 0 :(得分:0)
使用此,
AuthType shibboleth
ShibRequireSession Off
require shibboleth
并调用/Shibboleth.sso/Login?target=http://www.example.com/something else2
使用HTTP_SHIB_... variable
捕获环境变量并使用shibboleth身份验证