SSI -> config
Currently helping a customer move his site from one of our raqs to a faster server.He has over 200 pages with ssi includes like this: <!--#include
virtual="/ssi/header.txt" -->
The raq had no problem with the leading / in front of the tag however it seems that the other server does.
I have to take out the / (making it: include
virtual="ssi/header.txt" -->) before it actually works.
Besides manually editing 200+ pages there must be an easier way to get around this.
Is there?