Tuesday, April 30, 2024

How to Chmod 777 all Subfolders of /var/www

sudo chmod -R 777 /var/www


No comments:

Post a Comment

Headers Security Advanced & HSTS WP setup manually

Open the file for editing and paste the following snippet inside the  .htaccess file: <IfModule mod_headers.c> Header always set S...