htaccess无法解决

时间:2017-03-08 10:54:02

标签: php apache .htaccess mod-rewrite

我有htaccess这些规则:

RewriteEngine On
rewritecond %{http_host} ^www.example.com [nc]
rewriterule ^(.*)$ http://example.com/$1 [r=301,nc]
RewriteRule ^admin/$ admin.php [L]
RewriteRule ^home/$ index.php [L]
RewriteRule ^news/(.*)-([0-9]+)/$ index.php?p=news&id=$2

我的网址是:http://example.com/news/why-do-not-you-love-me-1/#mainhtaccess.mwl.be上进行测试,它返回http://l2baium.com/index.php?p=news&id=1#main,在我的网站上运行。 但就我而言,它仍然没有意识到这一点。我在Ubuntu 14.02上重启了apache2三次。但它没有任何亮点。 有人能告诉我为什么吗? 感谢。

P / s:我的系统使用的是PHP 5.5.x

1 个答案:

答案 0 :(得分:0)

抱歉是傻瓜。但我不知道我必须设置,以便Php将解析htaccess文件直到昨晚。 对不起大家。