03-30-2008, 04:40 AM
[eluser]Unknown[/eluser]
Hey all, just got my first mac the other day. I've got a slight problem with MAMP and CI. When I start a CI application it finds the welcome controller fine so I'm guessing its not the routing. However, when I go index.php/posts/index I just get a blank page with no errors, I've made the controller and views. I then fiddled with the config file for an hour with no luck, so I removed index.php with a .htaccess file and now when I search for my controller it's trying to take my to posts/index as directories. I have the rewrite_module uncommented in my httpd.conf.
I've searched the forum and tried many things in my base_url such as http://localhost/~John/myapp/, still no luck. I have made the ports default so I don't need to use 8888.
Anyone have any ideas?
Hey all, just got my first mac the other day. I've got a slight problem with MAMP and CI. When I start a CI application it finds the welcome controller fine so I'm guessing its not the routing. However, when I go index.php/posts/index I just get a blank page with no errors, I've made the controller and views. I then fiddled with the config file for an hour with no luck, so I removed index.php with a .htaccess file and now when I search for my controller it's trying to take my to posts/index as directories. I have the rewrite_module uncommented in my httpd.conf.
I've searched the forum and tried many things in my base_url such as http://localhost/~John/myapp/, still no luck. I have made the ports default so I don't need to use 8888.
Anyone have any ideas?