mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +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> |