1ccd29
#
1ccd29
# PHP is an HTML-embedded scripting language which attempts to make it
1ccd29
# easy for developers to write dynamically generated webpages.
1ccd29
#
1ccd29
1ccd29
# Cannot load both php5, php7 and php modules
1ccd29
<IfModule !mod_php5.c>
1ccd29
  <IfModule !mod_php7.c>
1ccd29
    <IfModule prefork.c>
1ccd29
      LoadModule php_module modules/libphp.so
1ccd29
    </IfModule>
1ccd29
  </IfModule>
1ccd29
</IfModule>