【发布时间】:2018-02-24 10:36:24
【问题描述】:
我最近更改了我的网址,我需要从以下位置进行 301 重定向:
^auto-second-hand/([A-Za-z0-9,-]+)/$ afisare-judete.php?judet=$1
到
^piata-auto/([A-Za-z0-9,-]+)/$ afisare-judete.php?judet=$1
我试试
RewriteRule ^auto-second-hand/([A-Za-z0-9,-]+)/$ afisare-judete.php?judet=$1 ^piata-auto/([A-Za-z0-9,-]+)/$ afisare-judete.php?judet=$1 [L,QSA,NC,R=301]
但它不工作也尝试过
RedirectMatch 301 ^auto-second-hand/([A-Za-z0-9,-]+)/$ afisare-judete.php?judet=$1 ^piata-auto/([A-Za-z0-9,-]+)/$ afisare-judete.php?judet=$1
我哪里错了?谢谢
【问题讨论】:
-
working .htaccess RewriteRule ^piata-auto/([A-Za-z0-9,-]+)/$ afisare-judete.php?judet=$1 RewriteRule ^piata-auto/([ A-Za-z0-9,-]+)/pagina-([0-9]+)/$ afisare-judete.php?judet=$1&pag=$2
标签: .htaccess redirect url-redirection http-status-code-301 http-redirect