ServerName webdav.server.com
DocumentRoot /srv/webdav
AccessFileName ASDFADSHADFHAESDFDSAFDASGASDFASDFASDFSA
DirectoryIndex ASDFASDFASDFASDFASDFASDFASDFASDFSADFSDD
Alias /__content__ /srv/webdav-js
HeaderName /__content__/examples/apache-directory-list/header.html
ReadmeName /__content__/examples/apache-directory-list/footer.html
DAV on
php_flag engine off
# don't want PHP or HTML rendering as anything other than text
# you might need to add more types here
AddType text/plain .php
AddType text/plain .html
# in here we do want the HTML rendered
AddType text/html .html