Last active
March 19, 2018 00:36
-
-
Save wichaksono/96f00ff9031a0e0f2ad2f9e7c26c5674 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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