Hi I am having this error when I try to access from remote computer to the following path: http://my_ip/redmine.
I did a Symbolic Link from /opt/redmine/redmine-3.2.1 to /var/www/html/redmine.
Then I configure the apache2 config like this:
But I can not access too.
Then I try to activate the FollowSymLinks into apache2.conf file but still continue with error 403.
At finally I found that I have to give access permissions to /opt/redmine/redmine-3.2.1 I did it with chmod o+x but did not work too.
At the end I tried to give the root path (/) but did not work too.
Some suggestion?
Thanks for your help mates.
PD: Sorry if my english is so bad.