I think my problem is simple but since I'm a mod_rewrite n00b I need some help.
I already made some rewrites and now I have some links that look like:
site.com/news/index.html - this is the link that is already indexed by search engines and I want to keep it, it's the good one.
But, I also have links that look like:
- Code: Select all
- www.site.com/news/index.php
- www.site.com/news/
All these links point to the same page, http://www.site.com/news/index.html.
These links are bad and I want to redirect them to the good one, and although I've read rewrite guides all this day, I didn't find a solution.
Please help.
Thanks.