Aloghli 发表于 2014-10-22 02:05:02

{:1_1:}{:1_1:}

lijiazhicool 发表于 2014-11-10 00:13:55

恩恩,源码恩

weizihua 发表于 2014-11-27 09:14:39

谢谢楼主

似水流年 发表于 2015-2-12 19:46:17

配置好后访问/fuel/start访问后出现 not found

slcboy 发表于 2016-1-23 13:26:23

Change the Apache .htaccess file
Change the Apache .htaccess found at the root of FUEL CMS's installation folder to the proper RewriteBase directory. The default is your web server's root directory (e.g "/"), but if you have FUEL CMS installed in a sub folder, you will need to add the path to line 5. If you are using the folder it was zipped up in from GitHub, it would be RewriteBase /FUEL-CMS-master/.

In some server environments, you may need to add a "?" after index.php in the .htaccess like so: RewriteRule .* index.php?/$0

NOTE: This is the only step needed if you want to use FUEL without the CMS.
页: 1 2 [3]
查看完整版本: 基于CodeIgniter的CMS程序,绝佳的Codeigniter入门示例