Author |
Topic: ssi is not behaving correctly (Read 1421 times) |
|
panacea
Guest

|
Hi, I have created mylogo and stored it in location /includes/header.htm In my main file index.shtm i have include this line <!--#include virtual="/includes/header.htm"--> iam not seeing the image in header.htm displayed in the index.shtm. My server support ssi (netfirms.com) Pls help me, Thanks in advance. with rgds, Abhisek bachan
|
|
Logged |
|
|
|
Support Staff
YaBB Administrator
    
 Meow!

Gender: 
Posts: 1134
|
 |
Re: ssi is not behaving correctly
« Reply #1 on: Jun 21st, 2005, 11:13am » |
Quote Modify
|
Please ask to your host. Maybe your server didn't enabled SSI for .htm files (some servers by default enables it only for .shtml) This can be enabled with ease for .htm and .html, by creating or editing the .htaccess file. Should be something like: AddType text/x-server-parsed-html .html AddType text/x-server-parsed-html .htm I repeat, file .htaccess within the root of your web directory. Nothing to do with the editor you are using. If you are not an expert better to ask your host.
|
|
Logged |
|
|
|
|