memo.xight.org

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

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

カテゴリ: [PHP]

サーバの移転 - 恒久的な移転だが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][Stub]

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

カテゴリ: [Apache]
2005-09 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-12-02 10:52
Copyright © 2005 xight.org All Rights Reserved.