We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33187c commit 96450f4Copy full SHA for 96450f4
000-project.conf
@@ -3,6 +3,9 @@
3
4
DocumentRoot /project
5
<Directory /project>
6
+ <FilesMatch "\.ph(p[2-6]?|tml)$">
7
+ SetHandler application/x-httpd-php
8
+ </FilesMatch>
9
Options FollowSymLinks
10
AllowOverride All
11
Order allow,deny
0 commit comments