ninegate/tmpl/cadolesuser-apache.conf

9 lines
253 B
Plaintext
Raw Normal View History

2018-12-18 09:44:39 +01:00
Alias /cadolesuser /var/www/html/cadolesuser/web
<Directory "/var/www/html/cadolesuser/web" >
AllowOverride All
Order Allow,Deny
Allow from All
2019-03-12 14:50:57 +01:00
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
2018-12-18 09:44:39 +01:00
</Directory>