內容簡介
這是一個外掛,允許使用 HTTP 驗證來存取部落格的 RSS 資訊。
這個外掛基於 Mark Down 在以下文章中的貼文「A test post for a short lived experiment」:
http://blog.samdevore.com/archives/2004/12/10/another-test-post/
如果要在某些像 Dreamhost 這樣以 CGI 方式運行 PHP 的網站上運行,可以在 .htaccess 檔案中添加以下內容:
AddHandler application/x-httpd-php .php
提示來自:http://codestacker.com/codes/15-activing-php-auth-on-dreamhost
在 Best Host Ratings 部落格的文章「HTTP Authentication with PHP running as CGI/SuExec」中,有關於在其他托管網站上運作的個人經驗可供參考:
http://www.besthostratings.com/articles/http-auth-php-cgi.html
外掛標籤
開發者團隊
原文外掛簡介
This is a plugin that allows http authentication to the rss feeds of blog.
The plugin is based on post “A test post for a short lived experiment” by Mark Down on:
http://blog.samdevore.com/archives/2004/12/10/another-test-post/
To work on some sites that runs php as cgi like dreamhost hosted you can add to the htaccess file:
AddHandler application/x-httpd-php .php
Tip from: http://codestacker.com/codes/15-activing-php-auth-on-dreamhost
Tips to work on some other hosted sites are on article “HTTP Authentication with PHP running
as CGI/SuExec” from Best Host Ratings blog:
http://www.besthostratings.com/articles/http-auth-php-cgi.html
