Voting

: one minus one?
(Example: nine)

The Note You're Voting On

chardin at ssc dot wisc dot edu
22 years ago
If you are having problems using virtual include becuase of files being stored in different directories, a root-relative path will make things much easier:

virtual ("/root directory/directory/filename.htm/");

where root directory is the root directory of your site (ask your sys admin if you dont know what it is) Don't include the protocol or host name.

This will also allow you to move your files around your site without having to redirect your includes which is *very* helpfull

<< Back to user notes page

To Top