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?

link|improve this question
And you have the custom 404 configured how exactly? – Chris S Aug 25 '11 at 16:03
ErrorDocument 404 /error/404.php in an .htaccess file storedat the root level. The file does exist and the server serves up 404 pages in other situations. – ArthurGalpin Aug 25 '11 at 17:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.