内部服务器错误 WampServer with Rewrite Module is Active
Internal Server Error WampServer with Rewrite Module is Active
我想重写我的 URL 我创建了 .htaccess 文件
# Turn Rewrite Engine on
Rewrite Engine on
# Rewrite for charts.php
RewriteRule ^test charts.php [NC,L]
并且我在我的 apache 模块中激活了 rewrite_module,但没有任何结果?
有什么解决办法吗?
在 Apache 中,拼写会要了你的命。我的生命比猫还多,因为我被 linux 拼写杀死了多少次。
您正在寻找 RewriteEngine on
。 Rewrite Engine on
将不起作用。
谢谢。
我想重写我的 URL 我创建了 .htaccess 文件
# Turn Rewrite Engine on
Rewrite Engine on
# Rewrite for charts.php
RewriteRule ^test charts.php [NC,L]
并且我在我的 apache 模块中激活了 rewrite_module,但没有任何结果?
有什么解决办法吗?
在 Apache 中,拼写会要了你的命。我的生命比猫还多,因为我被 linux 拼写杀死了多少次。
您正在寻找 RewriteEngine on
。 Rewrite Engine on
将不起作用。
谢谢。