Skip to content

Instantly share code, notes, and snippets.

@tjunussov
Created September 22, 2016 11:11
Show Gist options
  • Save tjunussov/51d35c82555338e2a7bd02f1100e9419 to your computer and use it in GitHub Desktop.
Save tjunussov/51d35c82555338e2a7bd02f1100e9419 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
DocumentRoot "I:\[ Work ]\_Kazpost\monitor.kazpost.kz\site"
ServerName monitor.kazpost.loc
DirectoryIndex index.html index.xhtml
AddType text/xsl .xsl
<Directory "I:/[ Work ]/_Kazpost/monitor.kazpost.kz/site">
Options Indexes FollowSymLinks
Allow from all
Order Deny,Allow
AllowOverride All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment