Skip to content

Instantly share code, notes, and snippets.

@faiyazalam
Created November 13, 2018 05:28
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 faiyazalam/25e91cabc3b20cb9801e7efe7301a325 to your computer and use it in GitHub Desktop.
Save faiyazalam/25e91cabc3b20cb9801e7efe7301a325 to your computer and use it in GitHub Desktop.
Sample virtual host for PimCore -5
<VirtualHost *:80>
ServerName pim553bundle.local
DocumentRoot /var/www/html/pimcore/web
<Directory /var/www/html/pimcore/web/>
Options FollowSymLinks MultiViews
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