RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?yoursite\.com
RewriteRule ^old-url/? /new-url [R=301,L]
Hey guys, I just changed one of my article links to a new one. The old link has some backlinks built to it.
How do I redirect my old link to the new one?
I used hostgator and tried doing it on the redirect section but doesnt seem to work