Problem Hosting CodeIgniter |
[eluser]Johan N.[/eluser]
Ok, i think we are close to solve this. First you need to change: Code: $route['default_controller'] = "Gallery"; For: Code: $route['default_controller'] = "gallery"; Then if you go to your site you will see a database error (i tried with http://cerahmakmur.com/index.php/gallery), you should only need to set up your database. |
Messages In This Thread |
Problem Hosting CodeIgniter - by El Forum - 06-01-2013, 10:42 AM
Problem Hosting CodeIgniter - by El Forum - 06-03-2013, 08:31 AM
Problem Hosting CodeIgniter - by El Forum - 06-03-2013, 06:01 PM
Problem Hosting CodeIgniter - by El Forum - 06-03-2013, 06:11 PM
Problem Hosting CodeIgniter - by El Forum - 06-03-2013, 06:28 PM
Problem Hosting CodeIgniter - by El Forum - 06-03-2013, 06:58 PM
Problem Hosting CodeIgniter - by El Forum - 06-03-2013, 09:58 PM
Problem Hosting CodeIgniter - by El Forum - 06-03-2013, 10:34 PM
Problem Hosting CodeIgniter - by El Forum - 06-03-2013, 11:45 PM
|