ninenote/tmpl/ninenote-apache.conf

11 lines
252 B
Plaintext

Alias /ninenote /var/www/html/ninenote/public
<Directory "/var/www/html/ninenote/public" >
AllowOverride All
Order Allow,Deny
Allow from All
Options Indexes FollowSymLinks MultiViews
php_admin_flag allow_url_fopen On
</Directory>