如何設定網頁的存取權限
-- by 成大計網中心 / 網路作業組 / 王憶琪
適用範圍:如果你的網頁設在成大計網中心的下列機器中,就可以使用此方法。
|
|
使用下列介紹之設定權限方法時,是針對一整個目錄。 | |
要設定權限的目錄裡,需存放一個叫做 ".htaccess" (注意有一個點哦!) 的權限設定檔案。當網頁讀到某一檔案時,它會自動去檢查此檔所在之目錄裡是否有權限設定檔案(即 .htaccess)。 | |
以下介紹2種權限設定: |
限制讀取區域 |
".htaccess" 的內容如下:
<Limit GET> order deny,allow deny from all allow from 140.116 ncku.edu.tw </Limit> |
Internal
Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, www@www.ncku.edu.tw and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server
error log. |
Forbidden You don't have permission to access /~username/dir/ on this server. -------------------------------------------------------------------------------- |
使用帳號及密碼 |
AuthUserFile /home/user/abcdef/www/.htpasswd AuthGroupFile /home/user/abcdef/www/.htgroup AuthName WWW管理者 AuthType Basic <Limit GET> |
test:VBReV7JyURIMg |
testgroup:test |