【发布时间】:2023-03-03 04:20:01
【问题描述】:
我想重写这个网址
http://localhost/vector-svn/demo.php
改写成
http://localhost/vector-svn/demo
我的 .htaccess 文件代码
Options +FollowSymlinks
RewriteEngine on
RewriteRule ^(.*)\.$ $1.php [nc]
任何帮助将不胜感激?
【问题讨论】:
-
RewriteRule 对我来说看起来不错。你真的启用了 mod_rewrite.c 吗?
标签: php .htaccess url url-rewriting rewrite