Skip to content

Instantly share code, notes, and snippets.

@wichaksono
Last active March 19, 2018 00:36
Show Gist options
  • Save wichaksono/96f00ff9031a0e0f2ad2f9e7c26c5674 to your computer and use it in GitHub Desktop.
Save wichaksono/96f00ff9031a0e0f2ad2f9e7c26c5674 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "C:/xampp/htdocs/onphpid.priv"
ServerName onphpid.priv
ServerAlias www.onphpid.prv
ErrorLog "logs/onphpid.priv-error.log"
CustomLog "logs/onphpid.priv-access.log" common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment