Make sure that your webhost allows and honors .htaccess files. New .htaccess files have been included with this release to help secure the system. Please make sure every file named .htaccess is uploaded to its appropriate place. Upgrade: You may safely overwrite ALL FILES except those in your templates/ directory ... those have not been modifued and can be left alone. Install Instructions: 1) FTP all files in the httpdocs directory to your webserver 2) chmod 0777 templates/ chmod 0666 templates/* chmod 0666 config/constants.php Run: http://www.yoursite.com/install (cronjobs, etc as normal) After install: DELETE the install directory - the app will not run until install is removed. Use your control panel (PLESK, CPanel or whatever) to add a password to the /admin/ directory, one that only you know. Lock Up files: chmod 0655 config/constants.php When you need to add a new page: chmod 0777 your httpdocs directory add the pages chmod your httpdocs directory back to whatever is "normal", probably 0755) When you are done editing files: chmod 0755 templates/ chmod 0644 templates/*