nginx的rewrite問題 - Linux

Zenobia avatar
By Zenobia
at 2016-10-24T12:31

Table of Contents

各位好
我正在練習怎麼使用nginx
我現在遇到一個問題 不知道怎麼解決 懇請大大幫忙

問題:
網址: http://tw.kimo.com/aa/bb/cc.html
我希望讓使用者可以不用填寫html

所以我寫了如下
location / {
try_files $uri$args $uri$args/ $uri/ $uri.html /index.html;
}
使用者如果輸入
http://tw.kimo.com/aa/bb/cc
是如我所要的轉到cc.html

可是如果他填寫
http://tw.kimo.com/aa/bb/cc/
卻會轉到index.html

請問我應該怎麼樣改寫才能抓到 / 結尾的所有結果呢??

--
上聯:食有農藥蔬菜病死雞
下聯:住有輻射鋼筋海砂屋
橫批:寶島台灣

--
Tags: Linux

All Comments

擷取資料跟資料轉換

Kelly avatar
By Kelly
at 2016-10-24T12:22
{ and#34;idand#34;:and#34;674579ca-8ae2-4f3c-8c2b-c8a28e106f75and#34;, and#34;macAddrand#34;:and#34;04000207and#34;, and#34;dataand#34;:and#34;41303132352 ...

ssl設定的網站導向

Wallis avatar
By Wallis
at 2016-10-24T10:26
大家好,之前有在此版問過ssl設定,經過一週多後,還是設定失敗啊(崩潰 先說環境和設定: 1. NameVirtualHost有兩組 2. andlt;VirtualHostandgt;(略)andlt;/VirtualHostandgt;一堆,有些用第一組NameVirtualHost,有些 用第二組 ...

Raspberry Pi, VNC 心得

Ursula avatar
By Ursula
at 2016-10-23T15:18
安裝新買的Raspberry Pi 3,突然覺得老是用ssh真的很宅 潮男都是開VNC再用Terminal(好像和直接ssh沒差)! 研究了VNC的幾個模式,也順便窺探自由軟體的商業模式,Open Source是要怎麼賺錢。 文章請看底下note http://lihgong.blogspot.tw/20 ...

一開機就突然關機@linux mint 18 mate

Sarah avatar
By Sarah
at 2016-10-23T12:02
我google 英文 power on and suddenly shutdown 查到是ACPI或是 Power Supply 的問題.... CPU風扇有在轉沒卡到 也有人說查log 我查/var/log/mintsystem.log 查了沒什麼異常 還是我要grep什麼關鍵字 不知道對不對 ...

Linux 用BIOS啟動3T以上硬碟

Madame avatar
By Madame
at 2016-10-21T04:43
一直以來都聽說3T以上硬碟若要當啟動碟須要UEFI支援。 不過剛剛看到wiki 的GUID_Partition_Table頁面, https://en.wikipedia.org/wiki/GUID_Partition_Table win7/8/10 64bit 的Boot support 都是Require ...