CodeIgniter Forums
Blog Tutorial Newbie Help! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Blog Tutorial Newbie Help! (/showthread.php?tid=35160)



Blog Tutorial Newbie Help! - El Forum - 10-20-2010

[eluser]evreeland[/eluser]
So I can't seem to get past the first 3 minutes of the tutorial and I searched through a bunch of the previous newbie posts but still can't figure out what my problem is.

My website is hosted at http://thekaraokerockstar.com

I have installed the CI framework and created the Blog controller but I get a CI 404 message when I go to http://thekaraokerockstar.com/index.php and http://thekaraokerockstar.com/index.php/blog/

Any suggestions on how to figure out where I'm going wrong? I've been trying to fix this for a couple hours now!

Thanks,
Eric


Blog Tutorial Newbie Help! - El Forum - 10-20-2010

[eluser]InsiteFX[/eluser]
Did you set the right base url in application/config/config.php ?
Did you set the right system folder in index.php ?
Did you set the right application folder in index.php ?
Did you set the right default controller in application/config/routes.php ?

InsiteFX


Blog Tutorial Newbie Help! - El Forum - 10-20-2010

[eluser]evreeland[/eluser]
Not sure if this will help anyone figure out the problem, but when I go into routes.php and change the default controller to blog it works and "Hello World" is displayed but even still when I try to go to http://thekaraokerockstar.com/index.php/blog I get a CI 404 error.


Blog Tutorial Newbie Help! - El Forum - 10-20-2010

[eluser]evreeland[/eluser]
[quote author="InsiteFX" date="1287655018"]Did you set the right base url in application/config/config.php ?
Did you set the right system folder in index.php ?
Did you set the right application folder in index.php ?
Did you set the right default controller in application/config/routes.php ?

InsiteFX[/quote]

Checked base url
checked system folder
checked application folder

All are default and all are in the same directory as index.php

What should the right default controller be?


Blog Tutorial Newbie Help! - El Forum - 10-20-2010

[eluser]evreeland[/eluser]
Similarly, when I change the default controller to blog and then try to go to http://thekaraokerockstar.com/index.php/welcome I get a CI 404 error


Blog Tutorial Newbie Help! - El Forum - 10-21-2010

[eluser]evreeland[/eluser]
Anyone?