Home >Backend Development >PHP Tutorial >How to deploy CodeIgniter to SAE?
今天在使用SAE部署CI 3.0.3版本
按照规则上传代码,之后,出现错误:
不知道是怎么回事,
试着写config.yaml
<code class="yaml">name: testapp version: 1 handle: - rewrite: if ( !is_dir() && !is_file() && path ~ "(.*)$" ) goto "index.php/$1"</code>
然而结果依旧如上,真的被弄懵了~
求教,这是怎么回事,怎么解决!?
今天在使用SAE部署CI 3.0.3版本
按照规则上传代码,之后,出现错误:
不知道是怎么回事,
试着写config.yaml
<code class="yaml">name: testapp version: 1 handle: - rewrite: if ( !is_dir() && !is_file() && path ~ "(.*)$" ) goto "index.php/$1"</code>
然而结果依旧如上,真的被弄懵了~
求教,这是怎么回事,怎么解决!?
系统文件夹路径设置不正确, 打开你的index.php
查看定义的项目路径,
可能是sae
环境下系统路径不可写