Skip to content

Instantly share code, notes, and snippets.

@huanle0610
Created April 20, 2014 13:32
Show Gist options
  • Save huanle0610/11114257 to your computer and use it in GitHub Desktop.
Save huanle0610/11114257 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName codec.cc
DocumentRoot "E:\phpdemo\codec2i"
<Directory "E:\phpdemo\codec2i">
Options FollowSymLinks
IndexOptions Charset=utf-8
AllowOverride All
Order allow,deny
Allow from all
</Directory>
DirectoryIndex index.php index.html
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment