Title: fipsofant's Replies | WordPress.org

---

# fipsofant

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] print invoice address on packing slip not working](https://wordpress.org/support/topic/print-invoice-address-on-packing-slip-not-working/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/print-invoice-address-on-packing-slip-not-working/#post-16890777)
 * Hey Guys,
 * Yes there are few orders after that setting has been set.
 * Maybe you can have a look directly in the website?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Avoid woocommerce in changing the default billing and shipping address?](https://wordpress.org/support/topic/avoid-woocommerce-in-changing-the-default-billing-and-shipping-address/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/avoid-woocommerce-in-changing-the-default-billing-and-shipping-address/#post-12932769)
 * This is what I am using:
 * [https://www.themehigh.com/product/woocommerce-multiple-addresses-pro/?gclid=EAIaIQobChMIndLNuO3l6QIVixsYCh3lpgm2EAAYASAAEgJHI_D_BwE](https://www.themehigh.com/product/woocommerce-multiple-addresses-pro/?gclid=EAIaIQobChMIndLNuO3l6QIVixsYCh3lpgm2EAAYASAAEgJHI_D_BwE)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Why lockdown event if wp-login not accessible?](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/#post-9299043)
 * Yes it is enabled.
    But I found out that www-data was not able to write to .htaccess,
   so it written inside the file. After changed owner, the AIO settings was added
   to the .htaccess.
 * So I am going to check if the login attempts still exists.
 * But to recollect:
    Why bots trying to access/targeting xmlrpc file? Is there 
   a hack possible with it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Why lockdown event if wp-login not accessible?](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/#post-9276442)
 * my .htaccess looks like:
 *     ```
       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]
   
       <Files "wp-login.php">
           Order allow,deny
           deny from all
           allow from 123.123.123.123
       </Files>
       ```
   
 * I can’t see something related to the xmlrpc file.
    -  This reply was modified 8 years, 11 months ago by [fipsofant](https://wordpress.org/support/users/fipsofant/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Why lockdown event if wp-login not accessible?](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/#post-9268878)
 * just received that email:
 *     ```
       A lockdown event has occurred due to too many failed login attempts or invalid username:
       Username: amazing
       IP Address: 198.71.231.5
   
       IP Range: 198.71.231.*
   
       Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user.
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Why lockdown event if wp-login not accessible?](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/#post-9268638)
 * “XML-RPC server accepts POST requests only.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Why lockdown event if wp-login not accessible?](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/#post-9265132)
 * well “Completely Block Access To XMLRPC” is enabled.
 * Yes I renamed the login page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] Why lockdown event if wp-login not accessible?](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/why-lockdown-event-if-wp-login-not-accessible/#post-9261243)
 * yes, “enable login lockdown” and “notify by email” is both enabled.
 * my .htaccess setting:
 *     ```
       <Files "wp-login.php">
           Order allow,deny
           deny from all
           allow from 123.123.123.123
       </Files>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Unable to send "New user register" emails – Test emails work](https://wordpress.org/support/topic/unable-to-send-new-user-register-emails-test-emails-work/)
 *  Thread Starter [fipsofant](https://wordpress.org/support/users/fipsofant/)
 * (@fipsofant)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/unable-to-send-new-user-register-emails-test-emails-work/#post-6754361)
 * I ran 4.3, after upgrade to 4.3.1 everything worked like a charm.

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