HI there
I am a newbie to php. I am trying to clone a php site on a my Mac through MAMP. I have copied all folder under the live public_html and the DB (through myphpadmin). I have placed them under a newly created folder under htdocs. Howvever when I try to see it in the browser through localhost, the webpages appear blank. Am I missing something. Do I need to change some configuration files etc?
I have previously managed wordpress and MAMP and it worked. However am having a tough time understanding the php.
If someone could let me know what I am missing, I would appreciate it a lot !
Thanks
Mayura
Clone a php website on MAMP
Moderator: General Moderators
Re: Clone a php website on MAMP
Are there any errors? The leading cause of white pages is fatals and parse errors.
Re: Clone a php website on MAMP
I just get the 404 URL not found error.
Re: Clone a php website on MAMP
A 404 isn't the same thing as a blank page.
I'm suspecting this thread and this one are the same problem: not putting the file(s) in the right place...
I'm suspecting this thread and this one are the same problem: not putting the file(s) in the right place...
Re: Clone a php website on MAMP
This I am trying to clone a php site on my MAC, do I have to change the _root.php file for the db name and password. I do it in wordpress....but totally new to php.