Englishen
Your cart: 0
Cart Subtotal: €0.00

Facing bots: How to maintain the stability of your online store

Have you noticed an unusually high server load on your online store? You might have been a victim of bot visits, which act similarly to DDoS attacks. These bots, including Facebook's link crawler (e.g., facebookexternalhit/1.1), can cause a significant increase in requests to your website, which can lead to overload and a significant drop in response speed.

DDoS attacks (Distributed Denial of Service) are a type of cyber attack where the attacker attempts to disable the target website or service by generating a massive number of requests to the server. The main characteristic of DDoS attacks is distribution, meaning the attacker uses multiple computers or devices to simultaneously send requests to the target website. This causes server overload, as its capacity is limited and cannot effectively process such a large number of requests. Consequently, the website becomes inaccessible to legitimate users, which can lead to business loss and negatively impact the company's reputation.

How can you recognize these issues?

Simply check the number of processes in cPanel or review the visit log files, where you might notice an unusually high number of processes. This can lead to the depletion of your server's resources and consequently to poor performance or even inaccessibility of the online store.

The video shows the amount of traffic and how frequently bots accessed (a huge number of requests every minute). By blocking bots through the htaccess file, the number of concurrent processes was reduced from 300 to 6, and the online store became responsive again.

How can you tackle these challenges?

We recommend using security measures such as blocking specific bots through the .htaccess file or using access-limiting tools. With these simple steps, you can protect your online store from overload and maintain operational stability.

Example of blocking in the htaccess file:

RewriteEngine on
# Block the facebookexternalhit/1.1 user agent
RewriteCond %{HTTP_USER_AGENT} ^facebookexternalhit/1\.1 [NC]
RewriteRule .* - [F,L]
 

For protection against DDoS attacks, it is crucial to use advanced security solutions, such as intrusion detection and prevention systems and the use of CDN (Content Delivery Network) services, which can absorb large amounts of traffic and allow normal operation even during attacks.

If you are facing similar challenges or need additional help protecting your online store, contact our technical support or your hosting provider. We will be happy to help you implement effective solutions to protect and maintain the smooth operation of your online store.

Stop browsing. Start selling. Contact me now at anze@degriz.net.

Access Premium Content for Free

Subscribe to our newsletter and get free access to premium content. Discover valuable insights and exclusive resources available only to our subscribers.

Privacy Policy: Newsletter Subscription

By entering your email address, you are subscribing to the newsletter, through which Degriz will inform you about new online and in-store offerings, marketing activities, and other promotions.

By subscribing to the newsletter, you are also enrolled in the benefits database that Degriz offers to its users.

For the newsletter subscription, Degriz d.o.o. collects the following information: email address, IP address, and if you subscribe as a registered member, your name, surname, address, and phone number.

After submitting the form with your email address, you will receive a confirmation message at the specified address – by confirming this, you will be subscribed to the Degriz newsletter until you unsubscribe (so-called opt-in approval). You can request, in writing or by clicking the Unsubscribe button in the newsletter, that the data controller permanently or temporarily stops using your personal data for direct marketing purposes. Your request will be fulfilled within 15 days of receiving it, as prescribed by law. You can also request the transfer or access to your data.

Degriz d.o.o. is committed to protecting your data in accordance with the legislation governing personal data protection.

The sender of the newsletter and controller of your personal data is: Degriz, d.o.o., Gorica pri Šmartnem 45a, 3000 Celje, SI 67287743

Check out the full Privacy Policy

Newsletter

My name is Anže, and I am a Magento certified expert in solutions and a creator of multiple award-winning online stores.

I am the architect behind all Degriz projects. You will surely come across me if we collaborate. Even though the phone keeps ringing, you can always tap me on the shoulder if you need advice regarding online stores and their functioning.

I specialize in building custom online stores and I am a master of unique techniques to enhance conversion on your website.

© 2010 - 2026 Degriz. All rights reserved. Built with love on Magento.
Partial use of the content is permitted with mandatory attribution. The content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0) or under our own license.