我需要保護所有http://domain.com與基礎進行AuthType,但留下http://domain.com/foo/bar (http://domain.com/foo/bar是一個重寫URL,而不是一個文件夾)htaccess的保護所有的網站,但一些路徑
我閱讀位置標籤,但是它在htaccess文件:(不行
我需要保護所有http://domain.com與基礎進行AuthType,但留下http://domain.com/foo/bar (http://domain.com/foo/bar是一個重寫URL,而不是一個文件夾)htaccess的保護所有的網站,但一些路徑
我閱讀位置標籤,但是它在htaccess文件:(不行
我找到了答案:
SetEnvIfNoCase REQUEST_URI "/foo/bar" ExcludePath
AuthName "SiteName Administration"
AuthUserFile /.htpasswd
AuthType basic
Require valid-user
Order deny,allow
Deny from all
Allow from env=ExcludePath
Satisfy Any
的RewriteCond%{REQUEST_URI} ^(富/條)
- !不論如何保護你想要的 -