> คลังความรู้ > Control Panel directadmin > Direct Admin ปัญหาในการแยกวิเคราะห์ html เป็น php ตั้งแต่ตั้งค่า php-fpm แทน mod_php
วิธีแก้ไขให้อ่านข้อมูล php รวมกับ ไฟล์ html วิธีนี้ สำหรับคนที่มีสิทธิ์ เข้าถึง Admin ใน DirectAdmin เท่านั้น
- ใน Direct Admin > Custom HTTPD Configurations คลิกที่ php-fpm xx หลังชื่อผู้ใช้ (ในกรณีของฉัน php-fpm 7.4)
- ใน php-fpm xx |CUSTOM1|ช่อง ให้ป้อนข้อมูลต่อไปนี้:
|?LIMIT_EXTENSIONS=`LIMIT_EXTENSIONS` .htm .html|
*username*
ใส่ ชื่อโฮสของเรา<FilesMatch "\.(html|htm)$">
AddHandler "proxy:unix:/usr/local/php74/sockets/*username*.sock|fcgi://localhost" .html .htm
</FilesMatch>
Add to Favourites Print this Article