Welcome Guest, Not a member yet? Register   Sign In
Blog Tutorial Newbie Help!
#1

[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
#2

[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
#3

[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.
#4

[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?
#5

[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
#6

[eluser]evreeland[/eluser]
Anyone?




Theme © iAndrew 2016 - Forum software by © MyBB