[eluser]Frychiko[/eluser]
Having trouble trying to get CodeIgniter working under Linux (Ubuntu 11.04) working with a local LAMP setup. I've set up some files the same as in the video tutorial with the blog controller as a test.
Code:
localhost/ OK
localhost/ - "Index of /" - OK - file listing
localhost/mysite/index.php - "Welcome to CodeIgniter!" etc.. OK
localhost/mysite/index.php/blog/ - "Server error." FAIL, it's HTTP error 500.
I can't access anything past index.php. I haven't created any .htaccess file yet.
Controller name capitalized. Index function check.