Redirects in .htaccess to avoid crawl errors
- by user71698
I am getting a lot of errors in Webmaster Tools and basically there's a lot of links ending like this: mydomainname.com/links.php
How can I redirect these links, to shave off this part at the end? For instance, there is a link in Google:
http://www.onlineglobalbiz.com/article-marketing/www.onlineglobalbiz.com/links.php
This should be:
http://www.onlineglobalbiz.com/article-marketing/
Using .htaccess, how can I redirect from the incorrect links?