Heim >Backend-Entwicklung >PHP-Tutorial >Wie stelle ich CodeIgniter auf SAE bereit?

Wie stelle ich CodeIgniter auf SAE bereit?

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-08-04 09:21:541213Durchsuche

今天在使用SAE部署CI 3.0.3版本

按照规则上传代码,之后,出现错误:

Wie stelle ich CodeIgniter auf SAE bereit?

不知道是怎么回事,

试着写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版本

按照规则上传代码,之后,出现错误:

Wie stelle ich CodeIgniter auf SAE bereit?

不知道是怎么回事,

试着写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环境下系统路径不可写

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn