diff --git a/php-debian-bookworm-apache/info.txt b/php-debian-bookworm-apache/info.txt index 063ef86..ebd67f2 100644 --- a/php-debian-bookworm-apache/info.txt +++ b/php-debian-bookworm-apache/info.txt @@ -4,3 +4,10 @@ ServerTokens Prod /etc/php/8.3/apache2/php.ini ------------------- expose_php = Off + + +chown -R www-data:www-data /var/www/html/presta +find . -type f -exec chmod 644 -- {} + to set proper permissions for all files +find . -type d -exec chmod 755 -- {} + to set proper permissions for all directories +chmod 666 .htaccess +