I've been running cakephp on localhost and finally uploaded to my server. I didn't have to touch the index.php files (using XAMPP) and it ran perfectly but now that I'm ready to go live I'm having some issues.
When I typed www.mydomain.com it loaded www.mydomain.com/users/index but it gave a 404. Am I correct to assume it's finding my controllers because it's displaying /users/index (one of my controllers and an action in it)? I checked and all of my controllers, models, and views are on the server so I'm not sure why it's having trouble. Could this be an issue with my index.php file, or is it something directly related to cake?
Also, where can I change the settings so my site will launch by default to www.domain.com/posts? Through routings I can then make www.domain.com/posts to www.domain.com, right?
I watched this video I watched this video http://www.youtube.com/watch?v=4GobWo1rIkE (I'm using cake 2.x not 1.x) and I can't get it to work properly.
edit - I got it to find the views, but my css file isn't loading