#!/bin/sh
mkdir cache;
echo 'deny from all' > cache/.htaccess
chmod 770 cache;