using rhel 5.5 with apache 2.2.17 and php 5.3.6
A slash after a file name and any random letters after it does not go to the custom 404 page but displays the page without formatting.
For example
www.example.com/about-us/example.html/ displays correctly
www.example.com/about-us/example.html/ndfjslj displays the same example.html page but without the formatting but i would expect this to server the custom 404 page.
I have tried with rewrites to fix this issue but it has not worked. Can anyone please guide me the right direction? Thanks