ここではほとんど問題がありません
http//site.com/detial.php?verifyID=$parametre
私はこれのような短いURLが欲しい:
http://site.com/$parametre
どうすればいいですか?ありがとう
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([^/]*)\$ /detial.php?parametre=$1 [L]
# Error Pages
ErrorDocument 404 /404.php
<Files 403.shtml>
order allow,deny
allow from all
</Files>
私はこれを使用していますが、404エラーが発生しました。どうすれば修正できますか