Per aumentare la sicurezza impostare le seguenti regole
chmod 750 ./httpdocs/ -R
find httpdocs/ -type d -exec chmod 755 -R {} \;
find httpdocs/ -type f -exec chmod 644 -R {} \;
Per aumentare la sicurezza impostare le seguenti regole
chmod 750 ./httpdocs/ -R
find httpdocs/ -type d -exec chmod 755 -R {} \;
find httpdocs/ -type f -exec chmod 644 -R {} \;
Tags: