*Apache/mod_rewrite [#d46aa680]
*[[Apache/mod_rewrite]] [#d46aa680]

【index.php?date=2008-05-16】のような動的なURLは検索エンジンにインデックスされにくいので、Apacheのmod_rewriteモジュールを使って静的なURLに偽装する。

.htaccessファイルの例

>
 RewriteEngine on
 RewriteBase /hoge
 RewriteRule ^date/([0-9]+)/$ index.php?date=$1 [L]

[[Apache]]

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS