mod_rewrite 模擬 mod_userdir - BBS
By Ethan
at 2010-02-26T00:45
at 2010-02-26T00:45
Table of Contents
※ [本文轉錄自 Linux 看板]
作者: hydec (你好嗎?我很好!) 看板: Linux
標題: [問題] mod_rewrite 模擬 mod_userdir
時間: Thu Feb 25 15:01:49 2010
因為一些特殊需求,我的使用者網頁會放在 /home/user/home/user/www 下
兩次 /home/user 不是 typo,是真的兩層 /home/user XD
因為這種特殊目錄結構導致 apache 的 mod_userdir 沒法直接去讀使用者的網頁
(我用過 wildcard * 去設定,但 * 只能用一次,第二個 * 會抓不到)
於是關掉 mod_userdir 想用 mod_rewrite 去實現 mod_userdir 的功能
RewriteEngine On
RewriteRule ^~([a-z0-9]+)(.*) /home/$1/home/$1/www$2
可是實際運作時發現,apache 把 /home/$1/home/$1/www$2 加到
DocumentRoot 後面變成去讀 http://FQDN/home/user/home/user/www/
但我原意是想他去讀實體目錄 /home/user/home/user/www
請問 mod_rewrite 有辦法做到我要的效果嗎?
--
作者: hydec (你好嗎?我很好!) 看板: Linux
標題: [問題] mod_rewrite 模擬 mod_userdir
時間: Thu Feb 25 15:01:49 2010
因為一些特殊需求,我的使用者網頁會放在 /home/user/home/user/www 下
兩次 /home/user 不是 typo,是真的兩層 /home/user XD
因為這種特殊目錄結構導致 apache 的 mod_userdir 沒法直接去讀使用者的網頁
(我用過 wildcard * 去設定,但 * 只能用一次,第二個 * 會抓不到)
於是關掉 mod_userdir 想用 mod_rewrite 去實現 mod_userdir 的功能
RewriteEngine On
RewriteRule ^~([a-z0-9]+)(.*) /home/$1/home/$1/www$2
可是實際運作時發現,apache 把 /home/$1/home/$1/www$2 加到
DocumentRoot 後面變成去讀 http://FQDN/home/user/home/user/www/
但我原意是想他去讀實體目錄 /home/user/home/user/www
請問 mod_rewrite 有辦法做到我要的效果嗎?
--
Tags:
BBS
All Comments
By David
at 2010-03-01T05:30
at 2010-03-01T05:30
By Belly
at 2010-03-01T12:04
at 2010-03-01T12:04
By Lauren
at 2010-03-05T18:49
at 2010-03-05T18:49
By Queena
at 2010-03-07T08:14
at 2010-03-07T08:14
By Hamiltion
at 2010-03-11T14:47
at 2010-03-11T14:47
By Xanthe
at 2010-03-13T20:52
at 2010-03-13T20:52
By Erin
at 2010-03-16T03:28
at 2010-03-16T03:28
By Tom
at 2010-03-17T19:52
at 2010-03-17T19:52
By Una
at 2010-03-18T00:01
at 2010-03-18T00:01
By Heather
at 2010-03-18T18:28
at 2010-03-18T18:28
By Blanche
at 2010-03-22T06:52
at 2010-03-22T06:52
Related Posts
重灌後無法使用SSH遠端
By Frederic
at 2010-02-25T15:26
at 2010-02-25T15:26
重灌後無法使用SSH遠端
By Jack
at 2010-02-25T08:50
at 2010-02-25T08:50
重灌後無法使用SSH遠端
By Margaret
at 2010-02-25T00:39
at 2010-02-25T00:39
【03/02 TOSSUG】Juha Lindfors: Intro. to the openremote project
By Tristan Cohan
at 2010-02-24T22:18
at 2010-02-24T22:18
FreeBSD 8.0 DVD和CD 版本不同麻?
By Faithe
at 2010-02-21T00:26
at 2010-02-21T00:26