Let's say I've got a file called index.jsp in /apacheroot/subdir/. This works:
This doesn't:Code:<%@ include file="../header.jsp" %>
Can I not use absolute paths? What can I do other than the ../ method?Code:<$@ include file="/apacheroot/header.jsp" %>


Reply With Quote