Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.htaccess で次の 301 リダイレクトを実行したい: www.mysite.com/products/xxxxxx から www.mysite.com/index.php?route=product/product&product_id=xxxxxx
ここで、「xxxxxx」は私の製品 ID です
助けてください :)
//301 Redirect Entire Directory RedirectMatch 301 www.mysite.com/products/(.*) www.mysite.com/index.php?route=product/product&product_id=$1