PDA

View Full Version : I need some help


babyangel23
2-24-07, 03:52 AM
I do make an inquiry form from frontpage, when i published it in our site it doesn't work...And the server uses XBitHack Apache directive to identify SSI pages...

They said that I need to place this code <!--#include virtual="/v-web/forms/186"-->

But it still doesn't work?

Can you help me guys?

snowmaker
2-24-07, 09:39 AM
The code in .htaccess must look like this:AddType text/x-server-parsed-html .html
Options +Includesnot like this:AddType text/html .shtml
AddHandler server-parsed .shtml
Options +Includes