Skip to content

Instantly share code, notes, and snippets.

@lav45
lav45 / main.conf
Last active August 29, 2015 14:06
Apache VirtualDocumentRoot
ServerName localhost
AddDefaultCharset utf-8
AddType application/x-httpd-php .php .phtml
DirectoryIndex index.html index.htm index.php
ServerAdmin webmaster@admin.my
DocumentRoot /var/www/my
<Directory /var/www/my>
Options FollowSymLInks SymLinksIfOwnerMatch MultiViews Indexes