単純な URL を書き換えたいが、Google エラーが発生しない
このコードは機能します:
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.
http:// で R=301 フラグを使用する必要があることはわかっています。
しかし、私が試してみると、URLは書き換えられません