我在我的Windows计算机上安装了xampp,我正在使用CodeLobster环境使用Codeigniter进行开发,问题是每次我在我正在处理的任何php中单击preview
时,我得到:
Access forbidden! You don't have permission to access the requested object. It is either read-protected or not readable by the server.
我可以看到CodeLobster正试图达到:
http://localhost/mywebsite/application/controllers/project/add.php
但是,如果我想成功访问,我必须使用以下浏览器访问:
http://localhost/mywebsite/index.php/project/add
我从base_url
检查了config.php
,我认为它指向了正确的方向:
$config['base_url'] = "http://localhost/mywebsite/";
为什么CodeLobster的方向错误?
答案 0 :(得分:0)
对于像CodeIgniter这样的框架,您可能希望在CodeLobster中使用“通过Web服务器预览”。我没有太多的经验,但这应该会给你你想要的结果。