Loading...

利用 .htaccess 限制可瀏覽ip來源

Temperature: 0 °C

Mark ChangMark Chang
author_tools

要如何限制某個資料夾內容只能給特定IP讀取?

這個部分其實可以透過.htaccess快速實現~

首先你當然得要有.htaccess得檔案

並在內容裡加入以下設定:


RewriteEngine On
RewriteCond %{REMOTE_ADDR} !^0.0.0.0 #限制只能哪個IP可以讀取
RewriteCond %{REMOTE_ADDR} !^0.0.0.1 #可限制多組IP以此類推
RewriteRule .* https://URL/ [R,L] #想要轉只到哪個網站?

上述方式是以多筆固定IP為例。

當然若你想要設定的是否個網段,你也可以將固定IP更改如下

RewriteEngine On
RewriteCond %{REMOTE_ADDR} !^0.0.0.* #限制只能哪個IP可以讀取
RewriteRule .* https://URL/ [R,L] #想要轉只到哪個網站?

客戶需要,所以也特別記錄下來~

https://innstory.com/story-利用_htaccess_限制可瀏覽ip來源-1864
Linux

Prev
 Android_禁止螢幕旋轉

Next
Android_Fragment及Activity_中使用sharedpreferences 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

使用curl執行POST請求

使用curl執行POST請求...

curl命令是一個利用URL規則在命令行下工作的文件傳輸工具。 支持文件的上傳和下載。 這邊範例使用...

php在windows系統下無法使用mb_send_mail寄信?

php在windows系統下...

首先,mbsendmail是php所提供可用來發送編碼的郵件。 一般來說會導致無法發送郵件大部分原因...

使用 .htaccess 關閉緩存

使用 .htaccess 關...

使用緩存可以提高網站的性能。 可以在.htaccess 文件集標頭中的各種指令指示瀏覽器將文件保留較...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format