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 31

2005-10-07 Fri

天虎

- Summary
大門,芝公園付近のラーメン屋.
一三五がオススメ!
11:30と16:30の開店直後でないとすぐ混んでしまう.

- Data

住所 東京都港区芝大門2-9-8
営業時間 11:30 - 15:30 , 16:30 - 20:00
定休日 土曜・日曜・祝日
電話 03-3432-1057
最寄駅 浜松町 / 大門 / 芝公園

- Reference
livedoorグルメ - 天虎
http://tokyo.gourmet.livedoor.com/restaurant/info/24057.html

カテゴリ: [ラーメン]

リダイレクトの問題

  mod_rewriteを利用する場合

# For sites running on a port other than 80
RewriteCond %{HTTP_HOST}   !^www\.example\.com [NC]
RewriteCond %{HTTP_HOST}   !^$
RewriteCond %{SERVER_PORT} !^80$
RewriteRule ^/(.*)         http://www.example.com:%{SERVER_PORT}/$1 [L,R]
# And for a site running on port 80
RewriteCond %{HTTP_HOST}   !^www\.example\.com [NC]
RewriteCond %{HTTP_HOST}   !^$
RewriteRule ^/(.*)         http://www.example.com/$1 [L,R]


RewriteEngine on
RewriteCond %{HTTP_HOST} ^(example\.lolipop\.jp|www\.example\.com)(:80)?
RewriteRule ^(.*) http://example.com/$1 [R,L]"


- name-based virtual hosting
NameVirtualHost *
 
<VirtualHost *>
  ServerName www.example.net
  ServerAlias example.com
  Redirect permanent / http://www.example.com/
</VirtualHost>
 
<VirtualHost *>
  ServerName www.example.com
  DocumentRoot /usr/local/apache/htdocs
</VirtualHost>


- Reference
Apache Server Frequently Asked Questions - Configuration Questions - My site is accessible under many different hostnames; how do I redirect clients so that they see only a single name?
http://www.apache.jp/docs/misc/FAQ.html#canonical-hostnames
独自ドメイン運営助け合い掲示板 - サブドメインのアドレスを
http://lolipoking.lolipop.jp/domain/patio.cgi?mode=view&no=4

カテゴリ: [Apache][Stub]

LiveHTTPHeaders - HTTPヘッダ情報を確認

- Reference
mozdev.org - livehttpheaders
http://livehttpheaders.mozdev.org/
Live HTTP headers - Firefox まとめサイト
http://firefox.geckodev.org/?Live%20HTTP%20headers
- via
@IT:Security Tips > LiveHTTPHeadersでHTTPヘッダ情報を確認する
http://www.atmarkit.co.jp/fsecurity/rensai/securitytips/030livehttp.html

カテゴリ: [Firefox][Stub]

Firefox リンク

- Reference
Firefox まとめサイト
http://firefox.geckodev.org/
スラッシュドット ジャパン | FireFoxにどんなエクステンション入れてますか?
http://slashdot.jp/askslashdot/04/11/26/042208.shtml?topic=51

カテゴリ: [Firefox][Stub]

Thunderbird リンク

- Reference
Thunderbird まとめサイト
http://thunderbird.geckodev.org/

カテゴリ: [Thunderbird][Stub]
2005-10 / 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 31

Color Reference

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

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-02-20 21:23
Copyright © 2005 xight.org All Rights Reserved.