Created
May 27, 2019 20:10
-
-
Save gladius882/cd5bea17107259b99c20fc56ce7aa87a to your computer and use it in GitHub Desktop.
Apache vhost entry for PrestaShop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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