By webmaster google tool I found a page where Google says I have a 404. It is right, but I did not create that page. It is not on my server, but if I type it on a browser it appears. Then I found it is a problem with many websites that run php.
My page is www.example.com/keyword.php
but if you type
www.example.com/keyword.php/whateveryouwant.something
the browser display a duplicate instead of 404.
Examples:
http:/
/www.php.net/manual/en/function.is-file.php
http:/
/www.php.net/manual/en/function.is-file.php/webmasterworld
http:/
/www.phpmyadmin.net/home_page/downloads.php
http:/
/www.phpmyadmin.net/home_page/downloads.php/test
Is there a way to solve such duplicate problem?
[edited by: tedster at 4:24 pm (utc) on Mar 28, 2011]
[edit reason] make examples visible [/edit]