リンクを変更するとエラーページが表示されます。多分私のウェブサイトに問題があると思いますか?私のウェブサイトにURLがあります:www.mywebsite.com/picture.php?1そして私はそれを次のようなものに変更したいと思います:www.mywebsite.com/picture/1
これが私の.htaccessです
RewriteEngine on
rewritecond %{http_host} ^website.com [nc]
rewriterule ^(.*)$ http://www.mywebsite.com/$1 [r=301,nc]
RewriteRule ^contact\/?$ contact.php [L]
RewriteRule ^terms\/?$ terms.php [L]
**RewriteRule ^picture/(.*)/$ picture.php?$1 [L]**
助けてください、私には何が問題なのか分かりません。