Saturday, November 20, 2010

On PHPBB how do I change the CACHE directory from unwritable to writable?

This is the coding how should i change it to make it writable:



______________________________________







%26lt;Files *%26gt;

Order Allow, Deny

Deny from All

%26lt;/Files%26gt;On PHPBB how do I change the CACHE directory from unwritable to writable?
You can just CHMOD the directory to 777 to make it writeable/readable/executable by all. Here's a good guide: http://www.comptechdoc.org/os/linux/usersguide/linux_ugfilesp.html

No comments:

Post a Comment