CodeIgniter: Page not found when passing parameters to a controller?
The URL needs to be http://mysite/Main/index/123
.
CodeIgniter URLs are http://<url>/<Controller>/<Method>/<params>
.
The URL needs to be http://mysite/Main/index/123
.
CodeIgniter URLs are http://<url>/<Controller>/<Method>/<params>
.