hello, i have had a program installed on a cpanel server and now can not see a folder .
i can see everything in the public_html folder but not anything in a folder within that folder ie
domain.com/index.html is viewable but
domain.com/folder/index.html is not it returns a 500 internal serverr error.
The .htaccess for the public_html folder is
php_value include_path "/home/user/includes:/home/user/css:/home/user/public_html/folder:/home/user/public_html"
some files for this program are in the nonviewable folder
any suggestions to what needs to be added to allow the files in the folder to be viewed?
many thanks
ian