I followed the directions listed on:
https://www.techrepublic.com/article/how-to-install-phpldapadmin-on-ubuntu-18-04/
I get the following when I go to the webpage at SERVER_IP:8080/phpldapadmin (I changed the apache2 listen port to 8080):
`<?php
// $Header$
/**
You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
die();
?>`
What am I doing wrong?
I followed the directions listed on:
https://www.techrepublic.com/article/how-to-install-phpldapadmin-on-ubuntu-18-04/
I get the following when I go to the webpage at SERVER_IP:8080/phpldapadmin (I changed the apache2 listen port to 8080):
`<?php$Header$
//
/**
*/
You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
die();
?>`
What am I doing wrong?