This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <IfModule php5_module> | |
| AddType text/html .php .phps | |
| AddHandler application/x-httpd-php .php | |
| AddHandler application/x-httpd-php-source .phps | |
| <FilesMatch \.php$> | |
| SetHandler application/x-httpd-php | |
| </FilesMatch> | |
| <IfModule dir_module> | |
| DirectoryIndex index.php index.html | |
| </IfModule> |