ThinkPHP学习1

来源:互联网 发布:会ug编程加工工资多少 编辑:程序博客网 时间:2024/04/29 17:01
学习官网
http://www.kancloud.cn/manual/thinkphp/1678

下载3.2.3完整版,改名为jike,放入htdocs目录,浏览器输入http://localhost/jike/运行,出现问题
mac上的xampp出现Access forbidden! You don’t have permission to access the requested object. It is either read-protected or not readable by the server.

解决方法
http://www.chenwg.com/joomla-2/mac上的xampp出现access-forbidden-you-dont-have-permission-to-access-the-requested-object-it-is-either-read-protected-or-not-readable-by-the-server.html


cd 到你的目录,然后 chmod -R 777 ./

chmod -R 777 /Applications/XAMPP/xamppfiles/htdocs

以后出错了要详细看错误信息,翻译成中文,要百度、谷歌


编辑/删除 框架内的文件,去掉只读,出现问题


Getting Clear read only status 

sudo chmod -R 755 xxx 好像没用

sudo chown -R mfy jike/


0 0
原创粉丝点击