Adding a Parameter at End of all url matching a format through Htaccess
问题 Pl advise Pl advise, how to add Itemid=13 on end of all url matching by making 301 redirect index.php?option=com_usedtoy&view=post&id=**variable** For ex Incorrect URL www.abc.com/index.php?option=com_usedtoy&view=post&id=495 www.abc.com/index.php?option=com_usedtoy&view=post&id=497 www.abc.com/index.php?option=com_usedtoy&view=post&id=510 Correct URL www.abc.com/index.php?option=com_usedtoy&view=post&id=495&Itemid=13 www.abc.com/index.php?option=com_usedtoy&view=post&id=497&Itemid=13 www.abc