there is a big error in the apache config.
i post here the whole code
<VirtualHost *:80>
ServerName farms.xvf
ServerAlias www.farms7.1
ServerAdmin webmaster@localhost
DocumentRoot /home/user/farms
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
This does not work, gives a 403 error.
<VirtualHost *:80>
<Directory /home/user/farms>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
DocumentRoot /home/user/farms
</VirtualHost>
This works.
no use changing all the permissions and all.
tried and tested. hence update.
and send reply via email.