ninesurvey/tmpl/ninesurvey-apache.conf

9 lines
256 B
Plaintext

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