hosting - How can I access MAMP Pro sites through Adobe Edge Inspect without using my IP address? -


when develop website typically use edge inspect in parallel computer's browser testing. every website, create new host in mamp pro, , create new directory on computer point mamp pro , put website files in. way, go http://test.example/ , can access developing site.

the problem comes in adobe edge inspect cannot access locally created hosts. have found if point localhost, in mamp pro, directory of site working on, can use computer's ip address have results mirrored on mobile device. biggest problem have make database changes (magento, wordpress, etc.) every time ip address changes (which can happen due moving laptop around , connecting internet in variety of ways). using localhost (my computer's ip) eliminates 1 of benefits of mamp pro.

the way (based off of andy howells suggestion over here) use alias in mamp pro go test.example.[my.ip.address].xip.io. after must change url opening phpmyadmin mamp pro , changing url values site (again, typically magento, or wordpress). allows me maintain 1 of benefits of mamp pro keeping vhosts seperate, still must perform database change every time change ip addresses (as create new alias instances).

how can use adobe edge inspect mamp pro , not change ip address in database?

mamp pro config

(i don't use dyndns.com - on when turned them on test earlier.)


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -