Hi,
I need to be able to specify a path for some includes on my pages. If I put a folder with the includes above my www directory I'll be able to point to these files by indicating a server path (right?)
Is ther a way to set this path in some file, like .htaccess so that when I put something like
include= $MYPATH . "somedirectory/files.html
the server knows where to look. I just try to avoid putting server path on each page...