I got past the loop screen by setting
chmod -R 777 /var/www/GetSimple
But this is too unsecured for me.
It loops when:
chmod -R 755 /var/www/GetSimple/data
chmod -R 777 /var/www/GetSimple/data
It works when:
chmod -R 777 /var/www/GetSimple
I'm happy I've got this running, but what do I have to do to secure it?
-Ryan
chmod -R 777 /var/www/GetSimple
But this is too unsecured for me.
It loops when:
chmod -R 755 /var/www/GetSimple/data
chmod -R 777 /var/www/GetSimple/data
It works when:
chmod -R 777 /var/www/GetSimple
I'm happy I've got this running, but what do I have to do to secure it?
-Ryan