Skip to content

Instantly share code, notes, and snippets.

@gladius882
Created May 27, 2019 20: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 gladius882/cd5bea17107259b99c20fc56ce7aa87a to your computer and use it in GitHub Desktop.
Save gladius882/cd5bea17107259b99c20fc56ce7aa87a to your computer and use it in GitHub Desktop.
Apache vhost entry for PrestaShop
<VirtualHost 127.0.0.2:80>
ServerName prestashop.dev.pl
ServerAlias www.prestashop.dev.pl
DocumentRoot "C:/xampp/htdocs/prestashop.dev.pl"
<Directory "C:/xampp/htdocs/prestashop.dev.pl">
Options All
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