mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 08:02:51 +02:00
git-svn-id: http://www.observium.org/svn/observer/trunk@2408 61d68cd4-352d-0410-923a-c4978735b2b8
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> |