local include file
file="banner.html"

Local Banner in three

relative path (up one directory)
file="../banner.html"
[an error occurred while processing this directive]

relative path (up two, then down one)
virtual="../../two/banner.html"
[an error occurred while processing this directive]

absolute path from AFS root to file up one level
file="/afs/asu.edu/users/g/r/o/grover/www/test/one/banner.html"
[an error occurred while processing this directive]

absolute path from ASU root to file up one level
file="/asu.edu/users/g/r/o/grover/www/test/one/banner.html"
[an error occurred while processing this directive]

absolute path from www.public root to file up one level
virtual="/~grover/test/one/banner.html" works!

Banner in one

absolute path from www.public root to file in parallel directory
file="/~grover/test/two/banner.html"
[an error occurred while processing this directive]

absolute path from www.public root to file in parallel directory
virtual="/~grover/test/two/banner.html" works!

Banner in two

full URL
virtual="http://www.public.asu.edu/~grover/test/one/banner.html"
[an error occurred while processing this directive]


images with relative paths