Skip to content

Instantly share code, notes, and snippets.

@EntranceJew
Created June 19, 2017 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EntranceJew/7e1bb6c1f08b2623af5aac49a29301f7 to your computer and use it in GitHub Desktop.
Save EntranceJew/7e1bb6c1f08b2623af5aac49a29301f7 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
VirtualDocumentRoot D:/sites/%-3
ServerAlias *.fake-domain-for-me.com
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
CustomLog "logs/access.log" combined
ErrorLog "logs/access.log"
<Directory "D:/sites">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
paths:
C:\Bitnami\wampstack-5.6.30-4\apache2\logs\access.log
C:\Bitnami\wampstack-5.6.30-4\apache2\logs\error.log
C:\Bitnami\wampstack-5.6.30-4\apache2\logs\php_error.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment