On Oct 26, 2010, at 12:43 PM, Victor Miclovich wrote: > Your www/ folder is probably closed off to other access permissions... you > can try to change the mode of your folder to 777 > $cd /var/ > var/$ chmod 777 www/ > also, you could do it recursively: chmod -rf 777 www >
Please do not do this. use 0755 instead. Giving the whole world write access to documents in your webserver would be a disaster just waiting to happen. Noah._______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ All Archives can be found at http://www.mail-archive.com/[email protected]/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
