Quantcast
Channel: Plesk 12.x for Linux
Viewing all articles
Browse latest Browse all 5117

Possible Bug: .php files in aliased path's are not executed...

$
0
0
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):

Code:
Alias /webaccess /usr/share/webaccess

<Directory /usr/share/zarafa-webaccess/>
    DirectoryIndex index.php
    Options -Indexes +FollowSymLinks
    AllowOverride Options

    <IfModule...
Possible Bug: .php files in aliased path's are not executed...

Viewing all articles
Browse latest Browse all 5117

Trending Articles