One of our clients installed a script which comes with a .htaccess file with a whole bunch of settings. The following 3 lines prevent the script from running or the directory from being viewable at all
Options -Indexes
Options FollowSymLinks
Options FollowSymLinks -Indexes
It logs the following in the error log:
[Tue Aug 3 18:15:43 2004] [error] [client xxx.xxx.xxx.xxx] Options ExecCGI is off in this directory: /home/username/public_html/scriptdir/index.php
We are using phpSuExec and suexec as well.
Is there any way to get those 3 settings above to work on this server? Anything I try fails .. help would be appreciated
Options -Indexes
Options FollowSymLinks
Options FollowSymLinks -Indexes
It logs the following in the error log:
[Tue Aug 3 18:15:43 2004] [error] [client xxx.xxx.xxx.xxx] Options ExecCGI is off in this directory: /home/username/public_html/scriptdir/index.php
We are using phpSuExec and suexec as well.
Is there any way to get those 3 settings above to work on this server? Anything I try fails .. help would be appreciated