Hi, I have to make a redirection for an old article: http://www.example.com/articles.html. I want to redirect it to a new URL: http://www.example.com/guides.html. Here is the code I used in the .htaccess file under the root directory of my web host: Redirect /articles.html /guides.html Code (markup): It works well! But later I found another page (http://www.example.com/product/articles.html) has also been directed to that page (/guides.html)... I doesn't want the rule to affect any page under any subfolder on my website. How to avoid such problem? Thanks very much!
Are you using wordpress or another platform??? If your site is on wordpress,there are great plugins you can use. Lemme know./