BMT45 / Ferdinand-Magellan-Project

XML Code
4 stars 1 forks source link

SSI linking #10

Closed ghbondar closed 5 years ago

ghbondar commented 5 years ago

Instead of: <!--#include virtual="top.html" --> Try: <!--#include virtual="../top.html" --> because your SSI is not in the same directory folder as your referencing webpages. You might try putting top.html inside a folder called ssi. Then you can use: <!--#include virtual="ssi/top.html" -->