URLをリダイレクト・リライトする場合の.htaccessの設定例(RewriteEngine)


URLをリダイレクト・リライトする場合の.htaccessの設定例(RewriteEngine)URLをリダイレクト・リライトする場合の.htaccessの設定例(RewriteRule)

参考URL:
http://coliss.com/articles/build-websites/operation/926.html

「product.php?id=12」を「product-12.html」にリライト

RewriteEngine on
RewriteRule ^product-([0-9]+).html$ product.php?id=$1

関連する記事はありませんでした...

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>