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
This commit is contained in:
sminnee 2010-11-16 19:00:50 +00:00 committed by Sam Minnee
parent 805ceb7005
commit a0f92459eb

View File

@ -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
<IfModule mod_php5.c>
# Turn the PHP engine off
php_flag engine off
</IfModule>