2013-02-14 68 views
0

我想要做的跟隨301重定向在.htaccess: www.mysite.com/products/xxxxxx 到 www.mysite.com/index.php?route=product/product &的product_id = XXXXXX具體的301重定向

,其中「xxxxxx」是我的產品ID的

請幫助:)

+0

你可以關掉SEO鏈接在管理面板,如果你想鏈接到出現這樣的 – 2013-02-14 07:37:46

回答

0
//301 Redirect Entire Directory 
RedirectMatch 301 
www.mysite.com/products/(.*) 
www.mysite.com/index.php?route=product/product&product_id=$1