JamesRezo/WebHelper

View on GitHub
res/apache/directory.twig

Summary

Maintainability
Test Coverage
<Directory "{{ project.documentroot }}">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
    Order allow,deny
    Allow from all
</Directory>