Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Created July 13, 2015 18:48
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 luanpcweb/fd05b737683ddbb0df2e to your computer and use it in GitHub Desktop.
Save luanpcweb/fd05b737683ddbb0df2e to your computer and use it in GitHub Desktop.
Exemplo Vhost Lampp - rewrite
<VirtualHost *:80>
DocumentRoot "/home/usuario/vHost/silex-teste"
ServerName silex.localhost
ServerAlias www.silex.localhost
<Directory /home/usuario/vHost/silex-teste>
DirectoryIndex index.php
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