MrNewbie
06-11-2001, 06:37 PM
Why can I not use a full path on an SSI directive? I have <!--#include virtual="include" --> which works fine but I can't have <!--#include virtual="/home/user/public_html/include" --> or it gives an error. I guess this is so no one can <!--#include virtual="/etc/passwd" --> but I have gotten round this by using ../'s to back up directories before so it would probably work to be able to include the passwd or any other files.
Anyway, is there a way I can use full paths? I've been looking at SSI and can't see anything that may help but maybe there is?
Anyway, is there a way I can use full paths? I've been looking at SSI and can't see anything that may help but maybe there is?