1

私はURLを持っています:

http://www.mysite.com/forum/topic/1234

これを次のように書き直す必要があります。

http://www.mysite.com/forum/topic/1234-this-is-a-test

ここに私が持っているものがあります:

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /forum/

RewriteRule ^topic/([0-9]+)$ topic/$1-this-is-a-test [L]
</IfModule>

何も起こりません。何か案は?

4

1 に答える 1