mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-03 21:35:20 +01:00
13 lines
281 B
ApacheConf
13 lines
281 B
ApacheConf
|
AddType application/x-httpd-php .php .html .htm
|
||
|
|
||
|
#####
|
||
|
# Other methods that may work:
|
||
|
#####
|
||
|
# AddType application/x-httpd-php5 .php .html .htm
|
||
|
|
||
|
# AddHandler php5-script .html
|
||
|
|
||
|
# handler for phpsuexec..
|
||
|
# <FilesMatch "\.html$">
|
||
|
# SetHandler application/x-httpd-php5
|
||
|
# </FilesMatch>
|