diff options
Diffstat (limited to 'php.conf')
-rw-r--r-- | php.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ DirectoryIndex index.php # # Cause the PHP interpreter to handle files with a .php extension. # - <FilesMatch \.php$> + <FilesMatch \.(php|phar)$> SetHandler application/x-httpd-php </FilesMatch> |