Hello,
I have a wamp server installed. On it, I'm unable to include one html page into another using following command.
<!--#include virtual="header.html"-->
so far I have tried
- changing the extension to .shtml
- writing .htaccess file with the following two lines of code.
The .shtml works on my webhosting server, but nothing works on wamp server I have on my pc. I could have done it using php but the structure of my site uses simple .html extension throughout the site.Code:AddType text/html .html AddHandler server-parsed .html
appreciated ...
.


Reply With Quote
Bookmarks