Wednesday, 11 September 2013

ssi an error occurred while processing this directive on Apache

ssi an error occurred while processing this directive on Apache

when i include this line into my html code:
I get error: "an error occurred while processing this directive"
My server: xampp 1.8.1, apache 2.2
I've tried to change my configuration in apache httpd.conf:
XBitHack on
Options Indexes FollowSymLinks Includes ExecCGI MultiViews IncludesNoExec
SymLinksIfOwnerMatch +++ also I've tried to use just Options +Includes,
but i get no effect :[
AddHandler server-parsed .shtml
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
6.
DirectoryIndex index.shtml index.html
My Code:
<head>
<!--#set var="INFO" value="" -->
<!--#set var="TEST" value="" -->
<!--#set var="UPPER_BANNER" value="_top.shtml" -->
<!--#if expr="$INFO" -->
<!--#set var="INFO" value="Akorovin Glass Company" -->
<!--#else -->
<!--#set var="INFO" value="Amatveev Glass Company" -->
<!--

No comments:

Post a Comment