Answers for "apache2 .htaccess not writable"

0

apache2 .htaccess not writable

#if only ownership issue
sudo chown www-data: .htaccess

#else correct permissions to the directory
sudo chmod -R 755 /var/www/html/yourdomainname
sudo chown -R www-data:www-data /var/www/html/yourdomainname
Posted by: Guest on August-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language