Welcome Guest, Not a member yet? Register   Sign In
Default controller 404 error with index.php?
#1

[eluser]tmac[/eluser]
Hi, I get a 404 Page Not Found when I visit http://www.mysite.com/ but if I visit http://www.mysite.com/index.php?/home then it loads correctly.
I have to use index.php? because of the host I am with.

My CI version is v1.7.2

Config setup
$config['index_page'] = "index.php?";

$config['uri_protocol'] = "AUTO";

I have tried other than AUTO but same issue.

Thanks for any help/guidance
#2

[eluser]Adamcbrz[/eluser]
Its probably that your hosting doesn't have index.php setup as default file. Meaning if you don't put a file name the default file is displayed.




Theme © iAndrew 2016 - Forum software by © MyBB