I followed a tutorial to install asterisk 13 and freepbx 13 on Ubuntu 14.04 but I was installing on 16.04. I finish all the steps but when I point my browser to the freepbx server I can't see anything coming up for me to log on to web interface. When I do this http://192.168.122.180/admin I get this error
You don't have permission to access /admin on this server. Server unable to read htaccess file, denying access to be safe
Apache/2.4.18 (Ubuntu) Server at 192.168.122.182 Port 80
I want to use Ubuntu not CentOS freepbx system
My Apache configuration is:
<VirtualHost *:80>
ServerAdmin systems@domain.com
ServerName domain.com
DocumentRoot /var/www/html/admin
<Directory /var/www/html/admin/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>