What is difference between having ' / ' in front of the virtual directory
name or not having. For example:
<!-- #INCLUDE VIRTUAL="/include/ObjDef.inc" -->
vs.
<!-- #INCLUDE VIRTUAL="include/ObjDef.inc" -->
For my web app, both seem to be working.. so, I am just curious.
Old Pedant - 20 Aug 2008 01:11 GMT
> What is difference between having ' / ' in front of the virtual directory
> name or not having. For example:
/ means start at root of virtual directory try.
No slash means start from current directory.
They are only equivalent if the current directory *is* ths root directory.