【发布时间】:2019-10-27 10:50:22
【问题描述】:
我网站中的网址是https://www.artmail.xyz/single.php?id=37 我想做https://www.artmail.xyz/single/37.html
我在 .htaccess 中添加了以下行: RewriteRule ^([^/]*).html$ /single.php?id=$1 [L]
但是什么都没有发生。也没有错误。 我的服务器是否有可能“关闭”Mod 重写?我该如何检查。请帮忙。
谢谢
【问题讨论】:
标签: .htaccess redirect mod-rewrite