Created
September 22, 2016 11:11
-
-
Save tjunussov/51d35c82555338e2a7bd02f1100e9419 to your computer and use it in GitHub Desktop.
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 *: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