9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
Alias /cadolesuser /var/www/html/cadolesuser/web
|
|
|
|
<Directory "/var/www/html/cadolesuser/web" >
|
|
AllowOverride All
|
|
Order Allow,Deny
|
|
Allow from All
|
|
Options Indexes FollowSymLinks MultiViews
|
|
php_admin_flag allow_url_fopen On
|
|
</Directory> |