於 .htaccess 分類下的文章
今天在整理資料時,在一個名叫「老兵日記」的資料夾中,找到了這篇有關htaccess的相關設定。
因此整理了一下,分享給有需要的人。
# protect the htaccess file
#保護特定檔案/頁面
<files 檔案名稱>
order allow,deny
deny from all
</files>
# limit file uploads to 10mb
#設定頁面上傳限制
LimitRequestBody 10240000
#who has access who doesnt
#阻擋來源
order allow,deny
deny from 000.000.000.000
allow from all
近期迴響