在这里,我遇到了重写 url 的问题。我正在使用带有 xampp 的 php(5.0 以上版本)。
我当前的网址是
原始网址:/localhost/test/signup.php
重定向网址:/localhost/test/signup/
我在 htdocs 中写了重写规则
RewriteEngine On
RewriteBase /test/
RewriteRule ^signup/$ signup.php
它不工作。我也更改了 httpd.conf 设置。但没有用。