When using a statment like: <!-- #include file="include/site_header.asp" --> What do I need to do to have the path in the above command reference the root of my site? In links, I just use "/include/site_header.asp", but using the preceeding '/' in the SSI include statement generates an error. I'm doing this so that pages in other folders dont need to have custom paths. I would like them to all have the same path. TIA!
Try: <!-- #include virtual="/include/site_header.asp" --> I think "file=" is only for relative paths from where you are...
That worked dude, THANKS! quote:Originally posted by dgray Try: <!-- #include virtual="/include/site_header.asp" --> I think "file=" is only for relative paths from where you are... </blockquote id="quote"></font id="quote">