15  Jan
www.zeroscape.org

kojim の教えに従い、サイトのドメイン名を www.zeroscape.org に統一しました。

今までは、同じコンテンツを幾つかの異なるドメイン名でアクセスできるようにしていたのですが、結果的に cookie や RSS に悪影響が出てしまうのと、複数のドメイン名が使えたところで何もメリットがない(ごもっとも)ということで、このような運びとなりました。

これにより今後は、例えば
“http://mail.zeroscape.org/2008/01/04/”
と指定すると、
“http://www.zeroscape.org/2008/01/04/”
に転送されるようになります。

RewriteRule はこんな感じ。

RewriteEngine On
RewriteBase /

RewriteOptions inherit

RewriteCond %{HTTP_HOST} !^www\.zeroscape\.org$
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.zeroscape.org/$1 [R=301,L]

参考にしたサイト:

ではでは、今後とも宜しくお願いします。

Posted by Lenoit, filed under 未分類. Date: January 15, 2008, 11:15 pm |

Leave a Comment

Your comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.