<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
   <channel>
      <title>IceHosting Nieuws</title>
      <link>https://www.icehosting.nl/</link>
      <description></description>
      <language>en</language>
   
      <generator>IceHosting Nieuws news by icebyte.nl</generator>
      <webMaster>info@icehosting.nl (IceHosting)</webMaster>
      <copyright>2026 IceHosting</copyright>
      <atom:link href="http://www.icehosting.nl/news/rss.xml" rel="self" type="application/rss+xml" />
	  <item>
         <title><![CDATA[.eu Domains]]></title>
         <link>https://www.icehosting.nl/nieuws/en/205/eu-domains/</link>
         <description><![CDATA[Great news: we are now an accredited EURid partner! As the official manager of .eu domains for the European Commission, EURid shares our passion for a secure, reliable, and independent online environment that boosts the European digital economy. For us, this accreditation is a major leap forward in delivering true digital sovereignty within the EU. What does this mean for you? Even faster domain registrations and seamless service. Ready to showcase your European roots? Claim your .eu domain today!]]></description>
         <pubDate>Thu, 21 May 2026 15:58:00 +0200</pubDate>
         <guid>https://www.icehosting.nl/nieuws/en/205/eu-domains/</guid>
         <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.icehosting.nl/news/upload/images/Eurid%20Desk%20photo.jpg" medium="image"  />      </item>
	  <item>
         <title><![CDATA[KPN "Safe Internet"]]></title>
         <link>https://www.icehosting.nl/nieuws/en/204/kpn-safe-internet/</link>
         <description><![CDATA[<p>KPN is increasingly enabling &quot;Safe Internet&quot; on existing internet connections. As a result, ports that most consumers do not use are blocked by KPN. This may block FTP traffic (File Transfer Protocol, port 21) as well as unsecured email ports (587, 110, and 143).</p>

<p>For email, we recommend always using the SSL version of the mail server. Port 587 becomes 465, port 110 becomes 995, and port 143 becomes 993. Please note that you must also change the security method in your email program from None or TLS to SSL.</p>

<p>To restore FTP functionality, you can use the KPN guide below. We&#39;ve outlined the steps here:</p>

<ul>
	<li>Log in to your Experia Box modem.</li>
	<li>Go to the Security section.</li>
	<li>Change the firewall security level from the default setting Medium to Custom.</li>
	<li>Set the main switch next to Block Everything to Allow Everything.</li>
	<li>Change the TCP 20&ndash;21 FTP slider from On to Off (move it to the left).</li>
	<li>You will now have the same settings as the Medium firewall security level, with the only difference being that the outgoing FTP block has been removed.</li>
</ul>

<p>Full guide:<br />
<a href="https://community.kpn.com/kennisbank-modem-instellingen-171/modems-met-kpn-software-firewall-instellingen-614868">https://community.kpn.com/kennisbank-modem-instellingen-171/modems-met-kpn-software-firewall-instellingen-614868</a></p>

<p>If you have any further questions or need additional assistance, please don&#39;t hesitate to contact us.</p>
]]></description>
         <pubDate>Tue, 17 Mar 2026 14:22:00 +0200</pubDate>
         <guid>https://www.icehosting.nl/nieuws/en/204/kpn-safe-internet/</guid>
         <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.icehosting.nl/news/upload/images/kpn-veilig-internet.jpg" medium="image"  />      </item>
	  <item>
         <title><![CDATA[Bot traffic on your site]]></title>
         <link>https://www.icehosting.nl/nieuws/en/203/bot-traffic-on-your-site/</link>
         <description><![CDATA[<p>How to Protect Your Website from Data-Hungry AI Scraper BotsAI models need massive amounts of data to grow. To fuel this growth, AI companies deploy armies of automated bots to scour the web and scrape as much content as possible. These bots store every piece of information they find to train their AI models&mdash;and they are visiting your website right now.</p>

<p>Traditionally, bots (like search engine crawlers) operate quietly in the background. They work step-by-step, limit their requests to a few per second, and back off if your server gets too busy. Today, the landscape has changed. With countless AI bots active simultaneously, some scrapers have become extremely invasive. They flood your server with multiple concurrent requests without any regard for your server&#39;s capacity or response time. When dozens of different AI companies do this at once, the impact multiplies. This sudden surge in traffic spikes your data usage, strains your infrastructure, and can cause your website to slow down or even crash.</p>

<p>Fortunately, you don&rsquo;t have to let bots ruin your website&#39;s performance. IceHosting offers two powerful ways to regain control. The first is robots.txt, a file that gives instructions to visiting bots. However, rogue AI bots frequently ignore these guidelines. The second, more robust solution is .htaccess, which completely blocks bots based on their unique user-agent identification. With .htaccess, you can even set custom rules to restrict access to specific actions or pages. Want to secure your server? Reach out to our support team today for expert guidance!</p>

<p>Here is a practical example of how to block aggressive AI bots using your .htaccess file:</p>

<blockquote>
<p># BLOCK AI BOTS&nbsp;<br />
&nbsp;<br />
RewriteEngine On&nbsp;<br />
RewriteBase /&nbsp;<br />
RewriteCond %{HTTP_USER_AGENT} ^.*(GPTBot|ChatGPT-User|ClaudeBot|Claude-Web|anthropic-ai|CCBot|Google-Extended|PerplexityBot|Bytespider|Diffbot|FacebookBot|Meta-ExternalAgent|Amazonbot|cohere-ai|YouBot|Omgilibot|ImagesiftBot|Applebot-Extended|SemrushBot).*$ [NC]&nbsp;<br />
RewriteRule .* - [F,L]&nbsp;</p>
</blockquote>

<p><strong>Keep in mind: The AI Trade-off</strong></p>

<p>Blocking AI bots protects your resources, but it comes with a strategic catch. If you block all bots, your business won&#39;t be included in future AI datasets. This hurts your Generative Engine Optimization (GEO), meaning AI tools like ChatGPT won&#39;t find information about your brand, making them less likely to mention or recommend you to users. That is why we recommend implementing these blocks only if your server is actively struggling with bot traffic.</p>
]]></description>
         <pubDate>Thu, 12 Mar 2026 15:53:00 +0200</pubDate>
         <guid>https://www.icehosting.nl/nieuws/en/203/bot-traffic-on-your-site/</guid>
         <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.icehosting.nl/news/upload/images/AI-bot_in_server.jpg" medium="image"  />      </item>
	  <item>
         <title><![CDATA[IceHosting 21 years!]]></title>
         <link>https://www.icehosting.nl/nieuws/en/200/icehosting-21-years/</link>
         <description><![CDATA[IceHosting is celebrating its 21st anniversary today! At 21, you are officially financially independent&mdash;and IceHosting has proudly been just that for years. Behind the scenes, we continuously invest in premium quality servers that deliver top-tier performance. We also have a fantastic, dedicated development team building our own proprietary software in-house. On top of that, we work closely with trusted partners like InterDC to hit that 100% uptime target year after year!]]></description>
         <pubDate>Wed, 01 Oct 2025 15:56:00 +0200</pubDate>
         <guid>https://www.icehosting.nl/nieuws/en/200/icehosting-21-years/</guid>
         <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://www.icehosting.nl/news/upload/images/icehosting-21jaar.jpg" medium="image"  />      </item>
  </channel>
</rss>