重写规则错误

时间:2012-11-08 16:44:54

标签: .htaccess url-rewriting rewrite

我想重写一个简单的网址,但不会产生谷歌错误

此代码有效:

RewriteEngine on
RewriteRule  lieu/([0-9]+).* index.php?com=location&lID=$1 [L]
RewriteRule  evenement/([0-9]+).* index.php?eID=$1 [L]

但我想为SEO添加R = 301标志

当我添加[R = 301,L]:

The requested URL /var/www/mysite/index.php was not found on this server.

我知道R = 301标志必须与http://

一起使用

但是当我尝试网址时不会重写

0 个答案:

没有答案