serv00切换php

1 | AddType application/x-httpd-php70 .php |
假如你现在是56版本的程序需要PHP 8.2版本,那么在.htaccess文件的最后一行或第一行或伪静态规则之外,加入 `AddType application/x-httpd-php82 .php` 保存上传即可。其他版本同理
评论
评论插件加载失败
正在加载评论插件

1 | AddType application/x-httpd-php70 .php |
假如你现在是56版本的程序需要PHP 8.2版本,那么在.htaccess文件的最后一行或第一行或伪静态规则之外,加入 `AddType application/x-httpd-php82 .php` 保存上传即可。其他版本同理