Skip to content

Commit

Permalink
Update conf/httpd.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
KeiichiHonma committed Nov 6, 2012
1 parent 7c9de57 commit 68643e1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conf/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,10 @@ DefaultType text/plain
#AddType text/html .shtml
#AddOutputFilter INCLUDES .shtml
</IfModule>

<IfModule mod_php5.c>
AddHandler php5-script php
AddType text/html php
</IfModule>
#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type. The MIMEMagicFile
Expand Down

0 comments on commit 68643e1

Please sign in to comment.