My www folder and it's child files/folders are chmoded as so:
Code:
sudo find /var/www/ -type f -exec chmod 644 {} \;
sudo find /var/www/ -type d -exec chmod 755 {} \;
sudo chown www-data:www-data -R /var/www/
When I try to browse around the rutorrent web ui I keep getting the error:
Quote
For the sake of testing, I chmoded it to 777 but still got this error. How can I resolve this?
Code:
sudo find /var/www/ -type f -exec chmod 644 {} \;
sudo find /var/www/ -type d -exec chmod 755 {} \;
sudo chown www-data:www-data -R /var/www/
When I try to browse around the rutorrent web ui I keep getting the error:
Quote
You don't have permission to access /plugins/httprpc/action.php on this server
For the sake of testing, I chmoded it to 777 but still got this error. How can I resolve this?