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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.