#include directive

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

#include directive

Post by Thunderstone »





webinator doesn't appear to index this from my
index.html:

<!--#include file=include/footer.html" -->

When I try to index the index.html, it stops at
just that front page. All of the links to the
other pages occur in footer.html. Is there a way
to get webinator to see the #include?

dave


User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

#include directive

Post by Thunderstone »



Webinator is a web client and see's what other web clients (browsers) do.
That's a "server side" include. The server is supposed to process that.
The client should never see it, just the result of processing it.
It looks like your include has a syntax error. A missing quote (").
Check your work with a web browser to see if you've got it right
before walking it with gw.




Post Reply