Good Morning,
I have a problem when i will save the edit inside my processwire, why the 403 errorre appears.
I checked the permission of the folders on my server:
drwxr-xr-x 5 www-data www-data 4096 giu 28 2021 .
drwxr-xr-x 5 www-data www-data 4096 feb 21 18:06 ..
drwxr-xr-x 7 www-data www-data 4096 ago 25 2020 assets
-rwxr-xr-x 1 www-data www-data 497 ago 21 2020 config-dev-dist.php
-rwxr-xr-x 1 www-data www-data 4093 set 14 2020 config.php
-rwxr-xr-x 1 www-data www-data 351 ago 21 2020 .htaccess
drwxr-xr-x 30 www-data www-data 4096 giu 28 2021 modules
-rwxr-xr-x 1 www-data www-data 772 giu 28 2021 ready.php
drwxrwxr-x 9 www-data www-data 4096 set 29 2021 templates
I also ran these commands to apply the proper permissions but the problem remains.
find /var/www/html -type f -print0 | xargs -0 chmod -v 755
find /var/www/html -type f -print0 | xargs -0 chmod -v 664
What could be the problem if not authorizing folders?