Just installed SDL2.php, downloaded fromhttp://http://sourceforge.net/projects/simpledirectory in directory /test. When I call the program with www.mysite.nl/test/SDL2.php the site opens correctly, but shows message ACCESS DENIED and does not show the file list of directory test as it should.
If I use a different, simple php program to read and print the files of directory test, this functions properly. Apparently access rights should be ok (as I also checked with FileZilla). If in SDL2.php I set, in the COFIG area, "DOCUMENT_ROOT" to "CUSTOM_ROOT" and define relative path to "../test", this does not solve the problem. What am I doing wrong?
If I use a different, simple php program to read and print the files of directory test, this functions properly. Apparently access rights should be ok (as I also checked with FileZilla). If in SDL2.php I set, in the COFIG area, "DOCUMENT_ROOT" to "CUSTOM_ROOT" and define relative path to "../test", this does not solve the problem. What am I doing wrong?
Last edited: