Hi there,
Trying my best to explain what i mean. First of all, normal websites function properly, whatever php version and settings i choose, works perfect. When i'm inserting additonal directives for a vhost, in this case an alias for a application, as example (example.com/index.php works normally):
Possible Bug: .php files in aliased path's are not executed...
Trying my best to explain what i mean. First of all, normal websites function properly, whatever php version and settings i choose, works perfect. When i'm inserting additonal directives for a vhost, in this case an alias for a application, as example (example.com/index.php works normally):
Code:
Alias /webaccess /usr/share/webaccess <Directory /usr/share/zarafa-webaccess/> DirectoryIndex index.php Options -Indexes +FollowSymLinks AllowOverride Options <IfModule...