mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
805ceb7005
commit
a0f92459eb
@ -28,6 +28,7 @@ Deny from all
|
|||||||
# Replace the handler with the default plaintext handler
|
# Replace the handler with the default plaintext handler
|
||||||
AddHandler default-handler php phtml php3 php4 php5 inc
|
AddHandler default-handler php phtml php3 php4 php5 inc
|
||||||
|
|
||||||
|
<IfModule mod_php5.c>
|
||||||
# Turn the PHP engine off
|
# Turn the PHP engine off
|
||||||
php_flag engine off
|
php_flag engine off
|
||||||
|
</IfModule>
|
||||||
|
Loading…
Reference in New Issue
Block a user