Results 1 to 2 of 2

Thread: include directive [resolved]

Threaded View

  1. #1

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935

    include directive [resolved]

    Let's say I've got a file called index.jsp in /apacheroot/subdir/. This works:
    Code:
    <%@ include file="../header.jsp" %>
    This doesn't:
    Code:
    <$@ include file="/apacheroot/header.jsp" %>
    Can I not use absolute paths? What can I do other than the ../ method?
    Last edited by filburt1; Jan 4th, 2002 at 11:37 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width