From a0f92459eb960cd6ad623c1561fc817e48ca93b5 Mon Sep 17 00:00:00 2001 From: sminnee Date: Tue, 16 Nov 2010 19:00:50 +0000 Subject: [PATCH] BUGFIX #6197 simon_w: Fixed Internal Server Error when accessing assets on Apache without mod_php. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@113809 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- assets/.htaccess | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/assets/.htaccess b/assets/.htaccess index f86e6e2..4013417 100644 --- a/assets/.htaccess +++ b/assets/.htaccess @@ -28,6 +28,7 @@ Deny from all # Replace the handler with the default plaintext handler AddHandler default-handler php phtml php3 php4 php5 inc -# Turn the PHP engine off -php_flag engine off - + + # Turn the PHP engine off + php_flag engine off +