Skip to content

Instantly share code, notes, and snippets.

@victorvhs
Created February 13, 2018 14:00
Show Gist options
  • Select an option

  • Save victorvhs/c89a7c603c3d03a456b39085ea5c4965 to your computer and use it in GitHub Desktop.

Select an option

Save victorvhs/c89a7c603c3d03a456b39085ea5c4965 to your computer and use it in GitHub Desktop.
Virtual Host Para apache
<VirtualHost *:80>
ServerName Server
DirectoryIndex index.php
DocumentRoot /var/www/html/blog/public
<Directory "/var/www/html/blog/public>
Options All
AllowOverride All
Order Allow,Deny
Allow from All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment