• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Phpldapadmin

A

awillys

Guest
Hi there,

does anyone got a running version of phpldapadmin on his/her plesk install?

when i try to read the index.php file i got an Error 403: You don't have permission to access /htdocs/index.php on this server

is there any symlink that should be created or smthg? or what should be set as owner/group for the phpldapadmin files?

Thanks in advance.
Antonio
 
Hi,

Possible reason for this error is open_basedir restriction. You should check web server logs for exact error message. In case it is open_basedir issue you should check the following article to fix it:
http://kb.odin.com/en/432

As for owner/group - php scripts should be owned by apache/apache.
 
Back
Top