ドットインストール代表のライフハックブログ
.htaccessで【mod_rewrite】を使いサーチパスを静的ページ風に変換したいです。 ・環境は FreeBSD apache 1.3.x ・したいこと (1)http://xxx.com/store/index.html?c=category&g=group ↓ http://www.com/store/category/group.html (2)http://xxx.com/store/index.html?c=category ↓ http://www.com/store/category/ (3)http://xxx.com/store/index.html?g=group ↓ http://www.com/store/ 上記に加え、元のパスの「index.html」は無しの場合にも 対応させたいと思います。 よろしくお願いします。
Roshan's Blogのエントリーから、URLをリダイレクト・リライトする場合の.htaccessの設定例を5つ紹介します。 5 useful url rewriting examples using .htaccess 「product.php?id=12」を「product-12.html」でアクセス 「product-12.html」を「product.php?id=12」にリライトします。 <textarea name="code" class="html" cols="60" rows="5"> RewriteEngine on RewriteRule ^product-([0-9]+).html$ product.php?id=$1 </textarea>
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く