Softaculous


Topic : Adding Xip.io for Local Domains


Posted By: fflitton on October 15, 2014, 2:04 pm
Hey AMPPS is awesome! It would be ever better if you could implement a one-click integration with xip.io (wild card dns for local network access). It's extremely useful for testing websites on multiple devices on a local network or for working with other designers/developers that need to see your in-progress build without having to publish your project to an additional server.

The VirtualHost entry just needs the following for it to work and it would be a huge "value added" in my opinion.

<VirtualHost *>
    ServerName localdev
    ServerAlias localdev.*.xip.io
    DocumentRoot /Users/you/Sites/client
</VirtualHost>

Thanks in advance!

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.