hns - 日記自動生成システム - Version 2.19.7

void GraphicWizardsLair( void ); //

otsune GWL
FreeBSD, AfterEffects, RETAS, animo, DigitalAnime, Linux, Mac OS, Win2k

[Who is otsune?] [title] [message] [Policy] [注目エントリー] [top]
Twitter Status :


Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい

検索式:

先月 2008年05月 来月
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31


2008年05月20日(火) [長年日記]

#1 [unix][work] www抜きのアドレスをwww付きにリダイレクトするhttpd.conf


httpd.confInclude/hoge_redirect.conf
<VirtualHost *:80>
  ServerName example.co.jp
  Redirect permanent / http://www.example.co.jp/
</VirtualHost>
www
WebIPA

1 ServerAlias:

えっ!? Redirectなんかさせずに、普通ServerAliasでは?
  • ディレクティヴがwww有りと無しで分散するのが嫌
  • ソーシャルブックマークが分散する(はてなブックマーク等はリダイレクトすると片方に統一できる)

(6) [  ]


Re: wwwwwwhttpd.conf by tkb    2008/05/22 02:36

 RedirectServerAlias ServerName www.example...

Re: wwwwwwhttpd.conf by YAA    2008/05/22 11:14

 /   www ...

Re: wwwwwwhttpd.conf by otsune    2008/05/22 11:17

> / No

Re: wwwwwwhttpd.conf by YAA    2008/05/22 11:39



Re: wwwwwwhttpd.conf by tkb    2008/05/23 03:18

 

Re: wwwwwwhttpd.confby    2008/05/31 14:52

 mod_rewrite  redirect otsune  ...

Permalink: http://www.otsune.com/diary/2008/05/20/1.html#200805201
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2008-05-20 00:00:00 By otsune