我正在使用dreamweaver cs5 和xampp。我在 htdoc 中创建了一个文件夹名称 CI,我所有的 codeigniter 文件和文件夹都在其中,即 application、system、user_guide、license.txt、index.php 和 .htaccess(空白)。
我的dreamweaver设置是:
Site
Site Name: codeIgniter Local Site Folder: C:\xampp\htdocs\CI
Servers
ServerName: codeIgniter Connect using: Local/Network
Server Folder: c:\xampp\htdocs\CI\ Web URL: http://localhost/site/
and i unticked remote server and ticked testing server.
我的codeigniter设置是:
$config['base_url'] = 'http://localhost/site/';
$autoload['libraries'] = array('database');
and created site.php in the controller.
我在 Dreamweaver 中遇到的错误是:无法解析动态相关文件,因为此服务器的站点定义不正确。重试|设置。
此外,当我尝试将其视为实时视图或在浏览器中查看时,它会将我带到 localhost/site/application/controllers/site.php ,其中说找不到对象
但是使用notepad ++一切都很好,我看不出设置codeigniter有什么问题