Page 1 of 1

SERVER SIDE INCLUDES NOT WORKING XAMPP 5.6.3

PostPosted: 10. February 2015 20:52
by lttam
Ever since XAMPP 1.7.7 my server side includes (SSI) do not work. I assume the newer versions of XAMPP probably have a new configuration of some sort. But when I install the older v1.7.7, everything works fine. I keep getting an error msg when I click on a SSI page " [an error occurred while processing this directive] ". My SSI pages are a .SHTML extension.

I'm sure its some very simple switch/change to activate it, but can somebody kindly give me some direction on how to get my SSI to work again in the newer versions of XAMPP?

Any info would be greatly appreciated!!!

Re: SERVER SIDE INCLUDES NOT WORKING XAMPP 5.6.3

PostPosted: 10. February 2015 23:06
by gsmith
You need an AllowOverride of Includes or All set for the directory you're calling them from. Apache's error.log should say something about it.

Re: SERVER SIDE INCLUDES NOT WORKING XAMPP 5.6.3

PostPosted: 10. February 2015 23:16
by lttam
Hi gsmith,

Can you elaborate on your above solution? Is this something configured/set in XAMPP?

Thanks!

Re: SERVER SIDE INCLUDES NOT WORKING XAMPP 5.6.3

PostPosted: 11. February 2015 19:42
by gsmith
I doubt I can elaborate on it any better than the docs do
http://httpd.apache.org/docs/2.4/mod/co ... owoverride