- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12
2005-09-07 Wed
イタリアン& インディアンレストラン Amin
- Data
| 住所 | 東京都港区芝2-2-12 ローヤルマンション2F |
| 営業時間 | 11:30 - 15:00 , 17:00 - 23:00 |
| 定休日 | 日曜日 |
- Reference
ホットペッパー.jp - イタリアン& インディアンレストラン Amin
http://www.hotpepper.jp/s/H000004565/top.html
$_REQUEST
- Summary
$_GET, $_POST, $_COOKIE, $_FILES の内容を格納した連想配列
GET と POST を統一的に扱うことが可能.
- Reference
定義済の変数
http://php.s3.to/man/reserved.variables.html
サーバの移転 - 恒久的な移転だがLocationが変わる場合
RedirectMatch permanent /path/to/(.*)$ http://example.com/
- Reference
Apache.org - mod_alias
http://httpd.apache.org/docs-2.0/ja/mod/mod_alias.html#redirectmatch
Apacheの設定 - IIS狙いのアクセスを自分宛に
- Summary
IIS狙いのアクセスを127.0.0.1へリダイレクト
<IfModule mod_rewrite.c> # http://www.microsoft.com ? # http://127.0.0.1/ ? RedirectMatch permanent (.*)\/_vti_bin\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/_mem_bin\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/c\/winnt\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/d\/winnt\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/default.ida(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/msadc\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/MSADC\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/scripts\/\.\.(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)\/x90\/(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)Admin.dll(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)cmd.exe(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)null.ida(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)NULL.IDA(.*)$ http://127.0.0.1/$1 RedirectMatch permanent (.*)root.exe(.*)$ http://127.0.0.1/$1 </IfModule>
- Reference
http://online.spacetag.jp/board.php?lang=JPN&bid=5&mode=view&uid=151
- 2008 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2007 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2006 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2005 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2004 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2003 : 01 02 03 04 05 06 07 08 09 10 11 12
- 2002 : 01 02 03 04 05 06 07 08 09 10 11 12