如何在htaccess中为URL设置“ShibRequireSession”的开启或关闭

时间:2013-05-22 10:45:39

标签: php apache .htaccess mod-rewrite shibboleth

我想要这样的事情,当用户访问网址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,

有可能,请告诉我!!

1 个答案:

答案 0 :(得分:0)

使用此,

AuthType shibboleth   
ShibRequireSession Off
require shibboleth

并调用/Shibboleth.sso/Login?target=http://www.example.com/something else2

等链接

使用HTTP_SHIB_... variable捕获环境变量并使用shibboleth身份验证