html - Server side include hyperlinking not displaying -



html - Server side include hyperlinking not displaying -

i have main file "index.shtml"

which includes files "header.html" , "footer.html".

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

when loading webpage, displays includes fine.

now, have header (some text) hyperlink "index.shtml" when clicked:

<h1> <a href="index.shtml">title</a> <!-- end .header --></h1>

however when seek clicking it, webpage loads without includes. why not load?

html

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -