Hi friends, A strange problem occurred in my website today.. my website is developed in PHP and when I click on any of its internal pages like http://www.otssolutions.com/offshore-software-programming.php it works fine but if i add / in the end then a strange problem occurred like http://www.otssolutions.com/offshore-software-programming.php/ the page is not loading as its designed and all links on this new url page doesnt work and google shows more than 100 pages in my WMT as not found. I have checked this bug with other php websites also and the same problem with those websites also,, what the solutions?
if someone doesn't add / in the url the pages work naturally but if someone adds / in the url they get in different shape + only http://www,otssolutions.com/offshore-software-programming.php with / url is in google webmaster tools not found list. what I have done ki I have added given url with / in robots.txt so that gooGle do not visit this page, is it the right solution?
yeah, you are making subdirectories with the slashes - If you actually care about that -- make 301 redirects to the proper pages with .php, not /'s which refer to subdirectories.