0
我想配置的.htaccess重定向URL:htaccess的重定向多PARAMS
http://domain.com/banners/images/?id=123&name=johnmartin&filename=17700_120X600.png
到新網址:
我試着配置如下:
RedirectMatch 301 ^/banners/images/?id=$1&name=$2&filename=$3 /uploads/image/$3
但它沒有運行。 我該如何解決它?
'Redirect'或'Rewrite'? – madforstrength
php!= .htaccess,請不要用php標記它 – Epodax