I’ve explored the EE forums regarding setting up a local development site and even visited this tutorial.
I’m using MAMP for local development. I’ve set up plenty of WordPress sites locally without any issues, but I’m not able to get my EE site to display.
Can anyone provide any additional suggestions?
What I’ve done
1) Copied all EE files from live site to my MAMP local site
2) Using PHPMyAdmin, I exported a copy of MY EE database
3) I deleted all DB caches
4) I updated the config file to reflect the new http://localhost URL (site url as well as system folder url) as well as the corrrect username and password of the DB.
Initially I got a database connection error, but fixed my config settings and now it seems to be connecting the the local DB just fine. But now all I get is a blank page when typing the local address for my site http://localhost. Here is the URL of the blank page that gets returned - http://localhost/index.php/templatename/login. When I try to log in to the control panel, I get a unstyled login page, but when I submit the log in information, nothing happens.
The response header for the page shows the following information and it’s not showing domain as localhost.
Date: Mon, 16 Mar 2009 16:22:09 GMT
Server: Apache/2.0.59 (Unix) PHP/5.2.5 DAV/2
X-Powered-By: PHP/5.2.5
Set-Cookie: exp_last_visit=921874929; expires=Tue, 16-Mar-2010 16:22:09 GMT; path=/; domain=.mydomain.net
exp_last_activity=1237234929; expires=Tue, 16-Mar-2010 16:22:09 GMT; path=/; domain=.mydomain.net
exp_tracker=a💯{i:0;s:11:"/isa/login/";}; path=/; domain=.mydomain.net
Content-Length: 311
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html200 OK
I’m baffled by this and appreciate any suggestions.
Thanks…