- 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-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
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 リンク
- Reference
Firefox まとめサイト
http://firefox.geckodev.org/
スラッシュドット ジャパン | FireFoxにどんなエクステンション入れてますか?
http://slashdot.jp/askslashdot/04/11/26/042208.shtml?topic=51
Thunderbird リンク
- Reference
Thunderbird まとめサイト
http://thunderbird.geckodev.org/
カテゴリ: [Thunderbird][Stub]
[ 固定リンク ]
- 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