.htaccess blocks WordPress Export feature
-
Hello,
When trying to export WordPress into a .xml file, using the WordPress dashboard tools for this, the .htaccess file will block it and throw a “Forbidden, You don’t have permission to access /wp-admin/export.php on this server.”
On checking every code in the .htaccess, I found out the issue is caused by
# BEGIN block author scans RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} (author=\d+) [NC] RewriteRule .* - [F] # END block author scansThis code is necessary to block bots from running author scans on WordPress websites.
Is this some security issue with WordPress code? Why “block author scans” is blocking WordPress from exporting the .xml file?
Any advice is welcome.
IM
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘.htaccess blocks WordPress Export feature’ is closed to new replies.