Welcome Guest, Not a member yet? Register   Sign In
Problem with hosting ci in Godaddy
#1

[eluser]chefnelone[/eluser]
Hello

I finish a site which works fine in my localhost.
Now, I uploaded it to a godaddy's shared hosting, and it doesn't work.

I try to access to http://www.myDomain.com/clients/client/index.php/index
All I get is a 404 error.

What I've done:

1- removed all rules from .htaccess (it's empty)

2- in config.php I set:
Code:
$config['base_url']    = "http://www.myDomain.com/clients/client/";
$config['index_page'] = "index.php"; // also tried with $config['index_page'] = "index.php?";
$config['uri_protocol']    = "REQUEST_URI";//AUTO didn't work.


What can I do?


Messages In This Thread
Problem with hosting ci in Godaddy - by El Forum - 02-15-2010, 06:04 AM
Problem with hosting ci in Godaddy - by El Forum - 02-15-2010, 06:49 AM
Problem with hosting ci in Godaddy - by El Forum - 02-15-2010, 06:58 AM
Problem with hosting ci in Godaddy - by El Forum - 02-15-2010, 10:55 AM
Problem with hosting ci in Godaddy - by El Forum - 02-15-2010, 10:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB