virtualhost - Why are MAMP virtual hosts working on my laptop but not my new iMac? -


i have 2 macs (macbook air & imac) , want use dropbox source local website files , corresponding databases.

i setup databases following these instructions (text version here), moved website files dropbox , synced contents on both devices.

i've ensured correct files in place per virtual host instructions mamp, such as:

  • added domains hosts file @ /etc/hosts
  • uncommented httpd.conf include httpd-vhosts.conf
  • added servername , documentroot i'm supposed (even changing out user name in path)

my laptop (the original computer sites developed) works fine migrated databases , site files, but when start mamp , go dev virtual host url on imac, i'm met mamp favicon , blank screen no content whatsoever.

how can desktop play nicely , access databases correctly without error?

thanks addressing issue.

after manually deleting mamp folder applications folder, reinstalled fresh copy of mamp , ensured enough time had passed dropbox sync, in addition removing conflicting file issues.

it seems giving significant time delay between firing mamp on either machine helps in preventing database conflicts must've been causing issue.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -