วิธีเปลี่ยนเวอร์ชัน php FastCGI ใน htaccess ใน เซิร์ฟเวอร์

<FilesMatch "\.(html|htm|php)$"> 
AddHandler fcgid70-script .php .htm .html 
#FCGIWrapper "/usr/local/safe-bin/fcgid56.sh" .php 
FCGIWrapper "/usr/local/safe-bin/fcgid70.sh" .php 
</FilesMatch>

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

จะทำการ block IP โดยใช้ .htaccess ได้อย่างไร

สามารถทำได้โดยระบุ IP ที่ต้องการบลอกที่ .htaccess ไฟล์ โดเยการสร้างไฟล์วางไว้ที่ public_html...

วิธีการเปลี่ยนหน้าแรกจากไฟล์ index เป็นชื่ออื่นที่ต้องการใน hosting ของเรา

ภายในไฟล์ .htacess ให้ระบุข้อมูลต่อไปนี้ครับ DirectoryIndex ชื่อไฟล1 ชื่อไฟล์2 ชื่อไฟล์3...

Leverage browser caching

Change the request headers of your resources to use caching. Optimize your caching strategy....

How to enable displaying php errors on site

To enable displaying PHP errors Open your website with file manager61 Go...

การป้องกัน Hotlink: วิธีการป้องกันไม่ให้ผู้อื่นขโมยไฟล์ของคุณ

สร้างไฟล์. htaccess ในไดเร็กทอรี public_html ของคุณโดยใช้รหัสต่อไปนี้: RewriteEngine on...