Skip to content

Instantly share code, notes, and snippets.

@jaynarayan89
Created October 8, 2018 03:42
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 jaynarayan89/20705ff7f88344916f40c1b823a427fb to your computer and use it in GitHub Desktop.
Save jaynarayan89/20705ff7f88344916f40c1b823a427fb to your computer and use it in GitHub Desktop.
xamp virtual host sample
<VirtualHost kakaria.loc:80>
DocumentRoot "D:\xampp\htdocs\kakaria"
ServerAdmin kakaria.loc
<Directory "D:\xampp\htdocs\kakaria">
Options Indexes FollowSymLinks
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