私の URL は次のようになります。
http://127.0.0.1/website/comments.php?topic_id=16
私はそれを次のようにしたい:
http://127.0.0.1/website/comments/my-news-article/16.php
これを適用しました
RewriteEngine on
RewriteRule ^comments/([a-zA-Z0-9_-]+)/([0-9]+)\.php$ comments.php?id=$2
Rewrite_module
Apacheでもオンにしました。
しかし、それは機能していません。