Jump to content

sachiechan

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sachiechan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.