CodeIgniter Forums
404 when creating a new record/viewing records on scaffolding - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: 404 when creating a new record/viewing records on scaffolding (/showthread.php?tid=3443)



404 when creating a new record/viewing records on scaffolding - El Forum - 10-02-2007

[eluser]Unknown[/eluser]
Hi all!

1. I LOVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVE C.I.!

2. just installed it for first time and doing the blog tutorial. i've just logged to the scaffolding and when i click on "view records" or "add records" it's shows 404 page not found.

how can i solve this problem?

thanks!


404 when creating a new record/viewing records on scaffolding - El Forum - 10-02-2007

[eluser]Michael Wales[/eluser]
Make sure the value in $config['base_url'] is correct. Can you please tell us a bit more information (what is the URL you are being linked to, etc)?


404 when creating a new record/viewing records on scaffolding - El Forum - 10-15-2007

[eluser]Unknown[/eluser]
I had the same problem. Fixed it by editing the system/application/config/config.php file.
$config['base_url']= "http://localhost/";

Where ever your files are at.