Problem with hosting ci in Godaddy |
[eluser]chefnelone[/eluser]
[quote author="hotmeteor" date="1266259765"]Well, I'm going to assume your controller is called "clients", and is your default one. So you should be going to: <code>http://www.myDomain.com/index.php/clients/client/</code> In your config > routes.php file, make sure that this line: <code>$route['default_controller'] = "clients";</code> is pointing to your default controller ("clients"). Once you have that sorted out we'll try the .htaccess file. And make sure you read the manual![/quote] No, the ci application is in http://www.myDomain.com/clients/client/ $config['base_url'] = "http://www.myDomain.com/clients/client/"; The controller is index, then I access it using: http://www.myDomain.com/clients/client/index.php/index and: $route['default_controller'] = "index" I have all working fine in my localhost, even the .htaccess to remove index.php |
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
|