Skip to content

Instantly share code, notes, and snippets.

@raymadrona
Created July 2, 2015 07:22
Show Gist options
  • Save raymadrona/0986f9072112c4abfa89 to your computer and use it in GitHub Desktop.
Save raymadrona/0986f9072112c4abfa89 to your computer and use it in GitHub Desktop.
Apache Virtual Host Configuration
<VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/laravel/public"
ServerName simss.dev
<Directory "C:/xampp/htdocs/laravel/public">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment