If I use this code, it's successful:
Redirect 301 /products.php http://website.com.au/product_123.php
But if I do this, it isn't:
Redirect 301 /products.php?id=123 http://website.com.au/product_123.php
Note the variable in the url is what's causing it to fail.
What am I doing wrong? Is there another way to do this? I really need the urls variables.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…