Adding SSI support causes mod_dir "trailing slash" redirect to stop working

Posted by freethinker on Server Fault See other posts from Server Fault or by freethinker
Published on 2011-06-26T01:01:40Z Indexed on 2011/06/26 8:24 UTC
Read the original article Hit count: 268

I have enabled SSI using the following directives in .htaccess

AddHandler server-parsed .html
AddOutputFilter INCLUDES html

However when I add these, the trailing slash redirects stop working.

For eg. http://testwp.humbug.in/test/index.html works fine

but

http://testwp.humbug.in/test/ doesn't work.

In chrome it gives a "Error 324 (net::ERR_EMPTY_RESPONSE)" error while in firefox it shows a blank page.

What additional configuration do I need for both mod_dir and mod_include to work properly?

© Server Fault or respective owner

Related posts about apache

Related posts about .htaccess