I'm trying to access the "backup and migrate" settings in my Drupal 5.x installation, but keep getting the following error:
Security notice: Backup and Migrate will not save backup files to the server because the destination directory is publicly accessible. If you want to save files to the server, please secure the 'files/backup_migrate' directory
I've tried changing the permissions on the backup_migrate directory to 777, 775, 755, 666, etc. all to no avail. Is there something I'm missing here?