Created
March 26, 2018 04:56
-
-
Save febridev/70b111db6cb9869231e573110609cf1d to your computer and use it in GitHub Desktop.
virtual host xampp windows
This file contains 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 "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