Title: advanceweb's Replies | WordPress.org

---

# advanceweb

  [  ](https://wordpress.org/support/users/advanceweb/)

 *   [Profile](https://wordpress.org/support/users/advanceweb/)
 *   [Topics Started](https://wordpress.org/support/users/advanceweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/advanceweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/advanceweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/advanceweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/advanceweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/advanceweb/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Redirect brings up 403 Forbidden page](https://wordpress.org/support/topic/redirect-brings-up-403-forbidden-page/)
 *  [advanceweb](https://wordpress.org/support/users/advanceweb/)
 * (@advanceweb)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/redirect-brings-up-403-forbidden-page/#post-8387085)
 * We are having the same problem. Seems to be due to a plugin, “[Block Bad Queries](https://wordpress.org/plugins/block-bad-queries/)“,
   which rejects requests for documents with .asp or .aspx suffixes.
 * –Stephen
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Redirect all 404 to homepage](https://wordpress.org/support/topic/redirect-all-404-to-homepage-2/)
 *  [advanceweb](https://wordpress.org/support/users/advanceweb/)
 * (@advanceweb)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/redirect-all-404-to-homepage-2/#post-8382451)
 * I also need this functionality.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bot Block - Stop Spam Referrals in Google Analytics] Doesn't Work on Multi-Site?](https://wordpress.org/support/topic/doesnt-work-on-multi-site-2/)
 *  Thread Starter [advanceweb](https://wordpress.org/support/users/advanceweb/)
 * (@advanceweb)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/doesnt-work-on-multi-site-2/#post-8230618)
 * We haven’t actually tried this, but maybe something like this might help. Note
   that, even if this works, it is a QUICK FIX ONLY, as it is modifying the plugin
   file directly, and so will be overwritten whenever the plugin is re-installed
   or upgraded. Also, it will cause ALL sites on the multi-site to share the same
   list.
 * In bot-block.php, try changing lines in the constructor from:
 *     ```
       		$this->master_table_name = $wpdb->prefix . 'bot_block_block_list';
       		$this->log_table_name = $wpdb->prefix . 'bot_block_log';
       ```
   
 * to
 *     ```
       		$this->master_table_name = $wpdb->base_prefix . 'bot_block_block_list';
       		$this->log_table_name = $wpdb->base_prefix . 'bot_block_log';
       ```
   
 * HTH.

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