http://codeigniter.org.cn/forums/thread-13189-1-1.html
这个看了半天 网站挺好 就是不会部署
----------------------------------------------------------------------------------------------------------
使用方法:
1. 将脚本部署到web目录下
2. 根据你的url编辑根目录下.htaccess 文件
3. 修改application/config/config.php 中的site_url 和 base_url
3. 将source目录下Jia2.sql 导入mysql数据库
4. 修改application/config/database.php 中的数据库配置
5. 请确保服务器进程对部署目录可读写权限
6. 部署时请将根目录下以及application/config 目录下.default结尾的文件复制一份去掉.default 并根据实际情况修改这几个配置文件
--------------------------------------------------------------------------------------------------------------
我把网站全部解压到 'web目录/ci/sns'下了
.htaccess哪些需要修改?
site_url 和 base_url 到底应该怎么改?我改成了'http://localhost/ci/sns/'
改完后运行http://localhost/ci/sns/index.php报错
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at admin@example.com to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.
|