Skip to content

Instantly share code, notes, and snippets.

@takeit
Created February 12, 2018 13:10
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 takeit/c2b3a6c994a63511e78f50329e4ee219 to your computer and use it in GitHub Desktop.
Save takeit/c2b3a6c994a63511e78f50329e4ee219 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName example.com
DocumentRoot /var/www/publisher/web
DirectoryIndex index.php index.html
<Directory /var/www/publisher/web>
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