Skip to content

Instantly share code, notes, and snippets.

@febridev
Created March 26, 2018 04:56
Show Gist options
  • Save febridev/70b111db6cb9869231e573110609cf1d to your computer and use it in GitHub Desktop.
Save febridev/70b111db6cb9869231e573110609cf1d to your computer and use it in GitHub Desktop.
virtual host xampp windows
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "d:\web-dir\bisakomputer.wp"
ServerName bisakomputer.wp
ServerAlias bisakomputer.wp
ErrorLog logs/bisakomputer.wp.log
CustomLog logs/bisakomputer.wp.log combined
<Directory "d:\web-dir\mimi.dev">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment