Files
main/programming/php/php/files/70_mod_php5.conf
T
burakerturk 0c00df6983 php add repo
2016-04-17 21:27:55 +03:00

20 lines
520 B
Plaintext

LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
# Set it to handle the files
<IfModule mod_mime.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php5
AddType application/x-httpd-php-source .phps
</IfModule>
#
# Add index.php to the list of files that will be served as directory
# indexes.
#
DirectoryIndex index.php index.phtml