Skip to content

Instantly share code, notes, and snippets.

@Jan-Bart
Jan-Bart / jb-vhost
Last active December 13, 2015 21:38
Creates local domain names for Mamp users. (or other if you change your path) - Changes the hosts file (127.0.0.1 domain.dev) - Creates a virtual host (in your apache installation) - Creates a folder in your sites directory with an initial index.php
#!/usr/bin/php -dmemory_limit=100M
<?php
/**********************************************
* jb-vhost
*
* Creates a new domainname for your localhost
*
* @author: Jan-Bart
* @date: 20130201
* @version: 20130406