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