Title: Product CSV Export Hanging
Last modified: February 28, 2019

---

# Product CSV Export Hanging

 *  Resolved [npampaloni](https://wordpress.org/support/users/npampaloni/)
 * (@npampaloni)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/product-csv-export-hanging/)
 * Good Morning Everyone,
    I am having trouble exporting my product list for bulk
   editing. Once I start the export the process goes on continually and never completes.
   In the browser console I’m getting a, “POST [https://store.gtinternal.com/wp-admin/admin-ajax.php](https://store.gtinternal.com/wp-admin/admin-ajax.php)
   403 (Forbidden)” error. In the Apache log it states, “Client denied by server
   configuration wp-admin/admin-ajax.php.” The file permissions for the wp-admin
   folder and admin-ajax.php are fine and I’ve checked the Directory blocks and 
   there are no Deny values anywhere. After clicking around my site with the console
   open it seems that my site uses ajax-admin.php plenty of times but for some reason
   it’s getting denied when the product exporter tries to run. I’ve disabled all
   plugins except for Woocommerce and am using the Storefront theme. I’ve tried 
   disabling my firewall as well.
 * Does anyone have any suggestions on what I can try next to get this working?
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproduct-csv-export-hanging%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Rohit Motwani](https://wordpress.org/support/users/rohittm/)
 * (@rohittm)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/product-csv-export-hanging/#post-11259833)
 * Hi there,
 * From what I can understand, even after disabling the firewall and checking the
   file permissions, you are getting a 403 error, right?
 * > Client denied by server configuration wp-admin/admin-ajax.php.
 * The error is caused when the server is not accepting the clients. Can you please
   try to contact your host regarding this and ask the same? Also, can you please
   check the htaccess file and see if there are no redirections which might be blocking
   it?
 * Thanks.
 *  Thread Starter [npampaloni](https://wordpress.org/support/users/npampaloni/)
 * (@npampaloni)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/product-csv-export-hanging/#post-11259878)
 * Thanks [@rohittm](https://wordpress.org/support/users/rohittm/) for the response!
   Yes that’s correct. No matter what I do I haven’t been able to solve this yet.
   It’s a self hosted site so I have full server access. Below is my .htaccess file:
 *     ```
       # BEGIN WordPress
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
       RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
       RewriteRule . index.php [L]
   
       # END WordPress
       ```
   
 *  [Rohit Motwani](https://wordpress.org/support/users/rohittm/)
 * (@rohittm)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/product-csv-export-hanging/#post-11260083)
 * Hi there,
 * You mentioned `In the Apache log it states, “Client denied by server configuration
   wp-admin/admin-ajax.php.”`. Can you please trace where this message is coming
   from? Which file is causing this to happen?
 * Also, the error seems to be caused by Apache web server configuration. You can
   know more about it here: [https://wiki.apache.org/httpd/ClientDeniedByServerConfiguration](https://wiki.apache.org/httpd/ClientDeniedByServerConfiguration).
 * I hope that helps.
 *  Thread Starter [npampaloni](https://wordpress.org/support/users/npampaloni/)
 * (@npampaloni)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/product-csv-export-hanging/#post-11260384)
 * Hi [@rohittm](https://wordpress.org/support/users/rohittm/),
    Can you help me
   trace this back? I’ve checked all the logs that I can think of as well as the
   configuration files and can’t figure out what is causing this to be denied. I’ve
   already visited that Wiki and wasn’t able to resolve the issue. Thanks!
 *  Thread Starter [npampaloni](https://wordpress.org/support/users/npampaloni/)
 * (@npampaloni)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/product-csv-export-hanging/#post-11264514)
 * As an update to this for anyone else having the issue, it appears to have been
   caused by the Apache security mod, mod_evasive. I needed to whitelist the IP 
   of the wordpress server and I am now able to export without issue.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Product CSV Export Hanging’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [product export](https://wordpress.org/support/topic-tag/product-export/)
 * [server-error](https://wordpress.org/support/topic-tag/server-error/)

 * 5 replies
 * 2 participants
 * Last reply from: [npampaloni](https://wordpress.org/support/users/npampaloni/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/product-csv-export-hanging/#post-11264514)
 * Status: resolved