Error 500 when try downloading zip file
-
Hi!
I’m getting error 500 when downloading the zip file generated from wpclone.
When I connect to my webhost using FileZilla FTP Client and delete the htaccess in the folder wp-content/uploads/wpclone file it works as it should.
I assume that there is a problem with the content of your htaccess file and the webserver configuration.
The htaccess file in the wordpress root folder is:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>What could be a solution for solving this problem without deleting the htaccess file in your wpclone folder?
(I have this problem on several websites hosted at easyname.at)
kind regards
harald
The topic ‘Error 500 when try downloading zip file’ is closed to new replies.