Dat komt i.d.d. door _CGI, maar daarvoor doe je o.a.
Ik zeg er wel nadrukkelijk ' onder andere' bij, omdat er iets meer bij komt kijken om _CGI goed en veilig te laten draaien...Code:# find /home/*/domains/*/public_html -type f -exec chmod 0644 {} \; -print # find /home/*/domains/*/private_html -type f -exec chmod 0644 {} \; -print # find /home/*/domains/*/public_html -type d -exec chmod 0755 {} \; -print # find /home/*/domains/*/private_html -type d -exec chmod 0755 {} \; -print
Je zal b.v. ook moeten kijken of er niets in de .htaccess staat, daar _CGI met SUPHP geen php_flags toestaat...

Likes:


Quote