temmie/userweb: handle more .php\d suffixes

This commit is contained in:
h7x4
2026-06-16 19:05:25 +09:00
parent b738f08c09
commit d84cc73819
+4 -1
View File
@@ -86,6 +86,9 @@ in
"index.php" "index.php"
"index.php3" "index.php3"
"index.php4" "index.php4"
"index.php5"
"index.php7"
"index.php8"
"index.pht" "index.pht"
"index.phtml" "index.phtml"
@@ -151,7 +154,7 @@ in
"LCK..*" "LCK..*"
]} ]}
<FilesMatch ".+\.ph(p[3457]?|t|tml)$"> <FilesMatch ".+\.ph(p[34578]?|t|tml)$">
SetHandler application/x-httpd-php SetHandler application/x-httpd-php
</FilesMatch> </FilesMatch>
<FilesMatch ".+\.phps$"> <FilesMatch ".+\.phps$">