Skip to content

Commit 96450f4

Browse files
committed
support PHP for the default site
1 parent a33187c commit 96450f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

000-project.conf

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
DocumentRoot /project
55
<Directory /project>
6+
<FilesMatch "\.ph(p[2-6]?|tml)$">
7+
SetHandler application/x-httpd-php
8+
</FilesMatch>
69
Options FollowSymLinks
710
AllowOverride All
811
Order allow,deny

0 commit comments

Comments
 (0)