in HTTPD.CONF
- Code: Select all
<Directory /home/*/*/public_html>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
</Directory>
needs changing to
- Code: Select all
<Directory /dka200/home/*/*/public_html>
AllowOverride FileInfo AuthConfig Limit Options
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
</Directory>
and then add
- Code: Select all
Options +ExecCGI
see <a href='http://www.polarhome.com:763/manual/howto/cgi.html#cgioutsideofscriptaliasdirectories' target='_blank'>the relevant manual page</a>
MikeR (apologize for nagging...)