Please enable JavaScript.
Coggle requires JavaScript to display documents.
CodeIgniter 3.x (安装 (config.php配置 (系统路径$system_path, 应用文件夹$application…
CodeIgniter 3.x
安装
-
-
config.php配置
-
-
-
-
nginx服务器#nginx 配置文件里面添加这个
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?s=/$1 last;
}
}
-
-
-
-
-
-
-