我想重写一个简单的 url,但不产生谷歌错误
此代码有效:
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:// 一起使用
但是当我尝试时,网址没有重写