About Question enthuware.jwpv6.2.1037 :
Posted: Sun Jul 14, 2013 5:29 am
In answer 5 apart from de "/" in <location>
<exception>
<error-code>404</error-code>
<location>Message404.html</location>
</exception>
The tag has to be <error-page> instead of <exception>, doesn't it?
<exception>
<error-code>404</error-code>
<location>Message404.html</location>
</exception>
The tag has to be <error-page> instead of <exception>, doesn't it?