sachiechan Posted September 27, 2007 Share Posted September 27, 2007 Hello, I am new to PHP development. I have installed Code Igniter on Apache Web Server. I am using the NuSphere PHPEd IDE to write code. The problem is when I try to debug my code, the PHPEd debugger is inserting the 'controller' directory in the URL. e.g I want to access http://localhost/sach/index.php/form but the debugger is trying to access http://localhost/sach/index.php/controllers/form since the form.php is under the controllers directory. Please advise Thanks in advance. Sachin Link to comment https://forums.phpfreaks.com/topic/70958-configuring-phped-for-use-with-code-igniter/ Share on other sites More sharing options...
Liquid Fire Posted September 28, 2007 Share Posted September 28, 2007 I too use the PhpED IDE and i can't help you but you might get better help at the official forum for PhpED Link to comment https://forums.phpfreaks.com/topic/70958-configuring-phped-for-use-with-code-igniter/#findComment-356933 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.