请问为何生成静态页的时候或者上传附件过程中有报错:Maximum execution time of 30 seconds exceeded
错误记录:为何生成静态页的时候或者上传附件过程中有报错:Maximum execution time of 30 seconds exceeded解决方案:由于上传或者生成静态页的时候执行时间太久,超过服务器超时
错误记录:为何生成静态页的时候或者上传附件过程中有报错:Maximum execution time of 30 seconds exceeded解决方案:由于上传或者生成静态页的时候执行时间太久,超过服务器超时
首先我们来看一下PbootCMS官方提供的伪静态规则:<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
Rew