Hi everyone,
I'm trying to do some shtml code. Somebody told me it allows to put part of the code of your page into template files you can declare as following:
<!-- #include virtual="folder/file.tmpl" -->
It allows to write the code only once and then to include it into your page's code.
It allows also to make your code visually lighter.
My problem is the following one:
I use Dreamweaver to edit my pages and when I do "Preview in Browser", it create a temporary files that works very well. BUT, if I open my file right from a browser (from my apache server), I can't get it working at all.
I just had a look at my apache conf file and .shtml is supported
(AddType text/html .shtml
AddHandler server-parsed .shtml)
The "Option Includes" is also set so I realy don't see what it can come from.
Any help would be highly appreciated.
Thanks a lot and Best Regards,
Fred.