Hello,
SymLinks are not possible in standard.
I've opened Webserver settings and put into the fields "Additional directives for HTTP(S)" the following code:
Does not work.
Then:
Does not work.
The settings were saved in the vhost.conf file, this file is included in the httpd.conf. I have manually restarted the httpd service, but no change. I cannot access my Symlink (403 forbidden).
BUT, whats really misleading: When I create a .htaccess and put "Options +FollowSymLinks" in it, it works!
Why I cannot enable it with these webserver options I made in /smb/web/web-server-settings/ -> Additional Apache directives ?
Thanks.
SymLinks are not possible in standard.
I've opened Webserver settings and put into the fields "Additional directives for HTTP(S)" the following code:
Code:
<Directory />
Options FollowSymLinks
</Directory>
Does not work.
Then:
Code:
Options +FollowSymLinks
Does not work.
The settings were saved in the vhost.conf file, this file is included in the httpd.conf. I have manually restarted the httpd service, but no change. I cannot access my Symlink (403 forbidden).
BUT, whats really misleading: When I create a .htaccess and put "Options +FollowSymLinks" in it, it works!
Why I cannot enable it with these webserver options I made in /smb/web/web-server-settings/ -> Additional Apache directives ?
Thanks.