For example:
- [domain]/index.php works correctly: this displays the correct web page.
[domain]/indlfjasd;lfjs.php works correctly in that it goes to a custom 404 error page--I have an .htaccess file containing the appropriate ErrorDocument statement.
However, [domain]/index.php/ does not display correctly. Note the / at the end of the address. It shows the correct page without the style sheet.
Neither does [domain]/index.php\ Note the \ at the end of the address. It shows the generic Apache 404 error--I would expect the custom 404 page to display.
Obviously, I don't understand some of the nuances... Also, I'm not allowed to show more than two hyperlink...sorry for the less than stellar presentation.
The question is, what am I not understanding?