| 31 | |
| 32 | = mod_rewrite = |
| 33 | * [http://net-newbie.com/trans/mod_rewrite.html Apache module mod_rewrite] |
| 34 | * 日本語訳 |
| 35 | * [http://japache.infoscience.co.jp/rewriteguide/ Apache URL Rewriting Guide] |
| 36 | * 日本語訳/例が多く載っている |
| 37 | * [http://tm.root-n.com/server:apache:module:rewrite apache :: Rewrite(mod_rewrite) Tipsというかメモ] |
| 38 | * 複数行に渡って記述する際の例 |
| 39 | * [http://maihy.com/hp/phptech/phptech_url_rew.html URL 書き換え( mod_rewrite ):とことん!ホームページ] |
| 40 | * [http://tech.bayashi.jp/archives/entry/techweb/2007/001981.html mod_rewrite サンプル集/楽] |
| 41 | > Apache1.X 系で mod_rewrite を使う場合、URLに「%2F」が含まれると思い通りに動作しない問題があります。 |
| 42 | > (Apache2.X 系でも同様ですが、Apache2.0.46 以降では「AllowEncodedSlashes On」により回避できます。) |
| 43 | * [http://tech.bayashi.jp/archives/entry/techweb/2007/001995.html mod_rewriteでQUERY_STRINGをゴニョゴニョする/楽] |
| 44 | > クエリーを残したままリダイレクトするには [QSA] オプションをつける。 |
| 45 | * [http://blog.jojo.jp/?eid=1068256 BASIC認証にて、REMOTE_USERによりコンテンツを切替 | 作業日報] |