Since on an iPad we cannot edit the hosts file (without jailbreaking), how can we arbitrarily redirect web traffic to another url?
This would be important for someth
Nice tutorial to do so: http://egalo.com/2012/05/29/testing-mac-web-site-using-local-hostname-on-mobile-device/
An other way is to connect the IPad via Local Hotspot with my MAC OS X and establish an port-forwarding to the development VM. To achieve this I'v done the following Steps:
ssh -NL :::80 : After created hotspot there is a WLAN-Point in
MAC OS X system settings >> Network >> WLAN
At my development-VM (Apache2) in /etc/apache2/sites-available/dkr.dev.local I had to add the following:
... ServerAlias ...