Odd 404s found on webmaster tools

Permalink
Google's webmaster tools are reporting that I have 10 pages linking to "http://www.tutordelphia.com/index.php/tools/required" which produces a 404. I'm trying to clean this up for SEO reasons but I'm not sure why this is happening.

There is a line on those pages that says
var CCM_TOOLS_PATH = "/index.php/tools/required";
but I don't know enough about concrete5 to figure out how to get rid of the 404.

 
Schlaefer replied on at Permalink Reply
Same problem here. Made a rewrite rule:

RewriteRule ^index\.php/tools/required$ / [R=301,L]


No problem so far.
ArtOwl replied on at Permalink Reply
ArtOwl
I have this problem also and believe many C5 sites potentially may have this.

I do not understand how to implement the rewrite mentioned above.

Can anybody shed some light?
adajad replied on at Permalink Reply
adajad
Add the following to your robots.txt file in your root directory:

Disallow: /index.php/tools


That will tell google bot not to crawl the tools directory via the address defined as tools path in your header.