我想重寫一個簡單的URL,但不會產生谷歌的錯誤重寫規則錯誤
此代碼:
RewriteEngine on
RewriteRule lieu/([0-9]+).* index.php?com=location&lID=$1 [L]
RewriteRule evenement/([0-9]+).* index.php?eID=$1 [L]
,但我想加上R = 301標誌SEO
當我添加[R = 301,L]:
The requested URL /var/www/mysite/index.php was not found on this server.
我知道R = 301標誌必須以http使用://
但是當我嘗試的網址並非rewritting
當然這個目標URL不是有效的URL。這是一個服務器路徑(目錄路徑)。 – Madbreaks
@Madbreaks確定,但你有什麼建議? – bklups
請向我們展示您的完整重寫塊,其中包括301 – Madbreaks