我在这里有一点问题
http//site.com/detial.php?verifyID=$parametre
我想要这样的短网址:
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 错误我们该如何解决