BACKUPWORDPRESS Can't download backup file
-
Using version 1.6.3. Backup appears to be created correctly. Attempting to ‘download’ the backup from the Manage Backups page fails with the very descriptive:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Looking in the error log I see:
[Mon Jan 09 12:16:30 2012] [alert] [client 192.168.36.1] /var/www/anotherdirectory/wordpress/wp-content/backups/.htaccess: Invalid command ‘RewriteEngine’, perhaps misspelled or defined by a module not included in the server configuration, referer: https://www.nanson.org/wordpress/wp-admin/tools.php?page=backupwordpress
The .htaccess file referenced has this in it:
# BEGIN BackUpWordPress
# This .htaccess file ensures that other people cannot download your backup files.RewriteEngine On
RewriteCond %{QUERY_STRING} !key=keystuffIwontincludehere
RewriteRule (.*) – [F]# END BackUpWordPress
Any idea what I need to tweak?
- The topic ‘BACKUPWORDPRESS Can't download backup file’ is closed to new replies.