リンクが次のような Web フォーラムを構築しています。
http://127.0.0.1/website/comments.php?topic_id=2/create+good+seo+links
リンクを生成するリンクは次のようになります
<a href="comments.php?topic_id=<?php echo (int)($forum_topic['topic_id']); >/<?php echo urlencode(htmlspecialchars($forum_topic['topic_head'])); > ">
質問: リンクを次のようにするにはどうすればよいですか
http://127.0.0.1/website/comments/topic/create-good-seo-links/2
このコードを .htaccess ファイルに適用しようとしました:
RewiteEngine on
RewriteBase /website
RewriteRule ^comments/([a-zA-Z0-9_-)/([0-9]+)\.php$ comments.php?id=$1