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

如何將mysql table auto_increment重設

如何將mysql table...

photo555 資料表裡的資料加加減減,一不小心突然驚覺當初的欄位長度設定的不夠⊙⊙ 當然,你可以...

RPO(Relative Path Overwrite)相對路徑覆蓋攻擊

RPO(Relative P...

首先,先來用例子說明何謂「相對路徑」何謂「絕對路徑」。 例如你有一個網址為http://www.de...

當XAMPP遇到VMWARE占用PORT 443導致無法啟動APACHE

當XAMPP遇到VMWARE...

在使用XAMPP時,若系統有安裝 VMWare Workstation,VMWare會將 port ...

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