Hey all,
For the life of me I can't figure out why SSI won't work. I've checked httpd.conf and mod_include is loading. Here is my directive:
Options +Includes
XBitHack on
AddOutputFilter INCLUDES .shtml
AddType text/html .shtml
AddHandler server-parsed .shtml
Here is the include I'm trying to use:
<!--#echo var='REMOTE_ADDR'-->
I've even go so far as to check that the right permisions (755 or 766) are on the file.
So what gives?
- MT
For the life of me I can't figure out why SSI won't work. I've checked httpd.conf and mod_include is loading. Here is my directive:
Options +Includes
XBitHack on
AddOutputFilter INCLUDES .shtml
AddType text/html .shtml
AddHandler server-parsed .shtml
Here is the include I'm trying to use:
<!--#echo var='REMOTE_ADDR'-->
I've even go so far as to check that the right permisions (755 or 766) are on the file.
So what gives?
- MT