On 11-8-2018 12:01, Jos Chrispijn wrote:
<Directory /usr/home/user/mywebsite>
AllowOverride all
Require all granted
</Directory>
Found a solution for the issue:
- Watch the forward slash at the end of the line (a)
- Added this new line (b)
a <Directory /usr/home/user/mywebsite/>
b Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>
Sometimes the solution is so obvious that you overlook it.
Thanks, Jos
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]