0
votes
3answers
1k views

Codeigniter delete

I am trying to delete some data from my database via delete button in codeigniter...I did some research and came up with this link in my view... <td><a href='hockey/deleteskater/" . ...
3
votes
1answer
415 views

404 error when i hosted my site in server

Am new to CodeIgniter and I developed a small website using this. My site is working fine in localhost. But when I move my website to the web server, the first Welcome controller is working fine, ...
2
votes
2answers
7k views

CodeIgniter: Page not found when passing parameters to a controller?

I'm trying to pass parameters to a control in codeigniter, but I'm getting 404 page not found error, I don't get it, I did what the guide says: ...
0
votes
4answers
8k views

Codeigniter 404 can't find index.php (only on real server, not on virtual server)

I got a working webpage with CodeIgniter. I did now just upload it to my webserver and it gives me a 404 error. The browser address is "web-page.com/folder/en/about" The baseurl in the config is ...