The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate

SSI

O

ovi

Guest
I have a question.
Usualy when I use SSI include I save the file where is included the formul as a html page and is working fine. I found a server where the formula work only if the file is saved as .shtml
Did you know why?

Thanks,
Ovi
 
ovi said:
I have a question.
Usualy when I use SSI include I save the file where is included the formul as a html page and is working fine. I found a server where the formula work only if the file is saved as .shtml
Did you know why?

Sure: because it was configured that way.... :D

You should definitely take some time to read an http.conf sometimes.... you'd be amazed what you can find there.... stuff like "why does my server parses only .shtml files as SSI?" or "where is my cgi-bin?" or other cool stuff.... :p
 
:)

Thanks a lot Alex, I will take a look to the apache configuration :)
Actually I already have this on my local computer :))
Ovi
 
The solution is the .htaccess file with the following content:

Options Indexes Includes FollowSymLinks MultiViews
AddType text/html .html
AddHandler server-parsed .html
 

Similar threads

M
Replies
2
Views
2K
melkior_inactive
M
banners
Back