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

點選檔案下載卻直接執行開啟

點選檔案下載卻直接執行開啟

遇到一個情況。 使用者開啟瀏覽器點選某個連結檔案時,不會執行下載而是直接開啟檔案。 原本如果只是圖片...

javascript change css class

javascript cha...

javascript 使用classList是一個方便的替代方法,可以將元素的類列表作為空格分隔的字...

使用CSS 讓ul li 橫向水平

使用CSS 讓ul li 橫...

好吧,其實這個css常在用,但我每次都沒特別紀錄,然後每次又忘記然後又要Google。 其實主要就是...

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