Hi all!
I have a rewrite rule I need to impliment in .htaccess and I was hoping to get some help getting it right.
I have rewrite rules setup for one of my pages as so:
Article-xx -> articles.php?id=xx
I want to permenantly change the url for Article to Read
I know I need a 301 redirect but how can I do so if I already have a rule in place?
I just want to make sure that all my old links will still work.
Thanks.