Having the problem on normal static page with extension .php ...not having so much of dynamic functions as such
Problem is:
Adding a "/" and any characters after a properly formatted url on my site does not redirect the user to an error 404 page, rather it displays the page with broken css.
This only occurs on my .php pages, which account for 99% of my site.
Example:
www.mysite.com/page.php (works fine)
www.mysite.com/page.php (misspelled url redirects properly to 404, works fine)
www.mysite.com/page.php/iaddedthis (displays page with broken css but I would hope it resulted in a 404)
Do I need something add'l in my htaccess file to handle this ? Should I be calling this an invalid query?
GWT shows lots of errors and the site is of more than 500 pages in size so individual rewrites is not an option, nor could it be with all the odd ball url's coming up.