tags:

views:

18

answers:

1
+3  A: 

And I am dumb, my whole problem was I was trying to go to /about and what I should have been doing is http://miketrottman.com/index.php/about because I have yet to remove the index.php in my URIs. So I guess, thanks Stack overflow for creating an outlet for my ignorance, perhaps others can learn from my mistake then!

MikeTrottman
Check this out to remove the index.php - http://stackoverflow.com/questions/2994854/codeigniters-url-rewriting-problem
Kieran Andrews