I've got a friend who's having trouble with his site that's using CodeIgniter. Unfortunately, I'm not familiar enough with CodeIgniter, so I thought I'd get one of you experts to quickly answer two questions:
The site is mtyedjs[.]com. On the homepage, when you click "create a profile" on the right, it goes to http://mtyedjs.com/index.php/home/create_account. Instead it should be going to http://mtyedjs.com/application/views/create_account.php. Where do I go to change this?
Also, when going to the appropriate create_account.php page above, there is a database connection error. All the information in config/database.php is correct. What is the issue?
2?