I’m new to EE, and am running on MAMP locally on my Mac under OSX Lion. However everything is just a blank page.
> I’ve downloaded and run the ee_wizard and my server has passed all the tests. (I get ‘yes’ on all tests)
> I’m running the app in localhost/myProject
> I’ve got display_errors on in my php.ini as it’s a dev, along with E_ALL
> I’ve changed `$debug` to 1 in index.php
> /system goes to index.php with a title of Redirect and a blank page
> /admin.php is just a blank page
Any ideas please?