mod_rewrite问题mod_rewrite问题用URL:localhost/test.html为什么不能重定向呢??我的配置如下
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule rewrite_module modules/mod_rewrite.so
RewriteEngine on
RewriteRule ^/test.html$ /index.php