eolisation

This commit is contained in:
2020-05-11 17:03:33 +02:00
parent b4f9ebf327
commit 59cd54b6d3
10 changed files with 194 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
Alias /schedule /var/www/html/schedule/public
<Directory "/var/www/html/schedule/public" >
AllowOverride All
Order Allow,Deny
Allow from All
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
</Directory>