• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Chmod /var/www/

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
Hello everyone, I'm trying help a friend, and her is getting problem with chmod, I don't know what to do anymore.

I tryed chmod -R 777 /var/www/ (then it download files instead vieweing);
when I try chmod 666 -R /var/www (then it always say (You don't have permission to access / on this server);

Also I tryed anothers chmods and keep getting the same problems above.

Also using lighttpd.

Any idea to how fix it? Thanks.
 
or navigate to var folder with
Code:
cd /var/
and then type
Code:
sudo chmod 777 www
:)
 
Back
Top