$skyphp storage path

From SkyPHP

Jump to: navigation, search

SkyPHP has various classes that need to save data to disk. (see media, cache)

This storage folder is specified in index.php.

It should NOT be located in a publicly accessible folder, i.e. don't put it in public_html

The folder needs to have special permissions set so that SkyPHP is able to read/write.

[linux]$  chmod 755 sky-storage
Personal tools