Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ myst:
title: Billing Control Panel FAQ | Hypernode
redirect_from:
- /en/about/billing/billing-faq-for-the-control-panel/
- /en/about/billing/migration-faq/
---

<!-- source: https://support.hypernode.com/en/about/billing/billing-faq-for-the-control-panel/ -->
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ To verify if your shop is hacked or not, [use the article about recovering a hac

## Need help?

Magento is no easy open source CMS. Although we’re very skilled in hosting Magento shops, making them fast and keeping conversion high, we’re no Magento developers. Luckily, we know a lot of agencies that do know a lot about how Magento works. If you need help, don’t hesitate to contact [one of these agencies](https://www.magereport.com/page/support).
Magento is no easy open source CMS. Although we’re very skilled in hosting Magento shops, making them fast and keeping conversion high, we’re no Magento developers. Luckily, we know a lot of agencies that do know a lot about how Magento works. If you need help, don’t hesitate to contact [one of these agencies](https://www.hypernode.com/en/our-partners/).
17 changes: 2 additions & 15 deletions docs/best-practices/email/how-to-export-your-emails.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
myst:
html_meta:
description: Learn how to export your emails from various email clients such as
Byte Webmail, Outlook, Mozilla Thunderbird and Mac Mail. Follow our step-by-step
guide.
Outlook, Mozilla Thunderbird and Mac Mail. Follow our step-by-step guide.
title: How to Export your Emails? | Hypernode
redirect_from:
- /en/best-practices/email/how-to-export-your-emails/
Expand All @@ -13,19 +12,7 @@ redirect_from:

# How to Export your Emails

In this article we explain how you can export your email with a number of common email clients and our own webmail application.

## Export email in Byte Webmail

In the Byte webmail client it is not possible to export all the emails at once, so you have to save each email individually.

1. Log in to the Byte webmail application.

1. Click on an email.

1. In the menu item More, select the option 'Opslaan' (.eml)

An .eml file is then created in which the specific email is stored. You can then import this .eml file back into your email client. Please note that you cannot import email into Byte's webmail.
In this article we explain how you can export your email with a number of common email clients.

## Export Email in Outlook

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It may happen that others send mail in your name. These could be viruses that ha
The email system does not provide for sender verification, so it is possible to specify anything. However, there a few things you could try to minimise the chances of this happening:

- If you get a lot of responses from a single person, you can have this sender blocked by your mail program.
- If the responses are sent to an address that falls under your Catch All, but that you don't actually use, you can disable this specific address via the Service Panel. For this you create an extra address (the address to which the messages will be sent) and have the mail forwarded to “nobody”. The messages will then be discarded.
- If the responses are sent to an address that falls under your Catch All, but that you don't actually use, you can have this specific address disabled by [support@hypernode.com](mailto:support@hypernode.com). For this you create an extra address (the address to which the messages will be sent) and have the mail forwarded to “nobody”. The messages will then be discarded.
- Tighten your SPF record with -all at the end, so that anything that is not formulated in your SPF record will not be accepted by the receiving mail server.
- Make sure you have SAV enabled in all your mailboxes.
\*\*Please note:\*\*This construction only works if no mailboxes have been selected, and no other external addresses have been specified.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ redirect_from:

# How Hypernode protects your Magento shop

Due to the standardisation of the ecosystem of Hypernode and our continuous integration pipeline, we can implement changes to all Hypernodes in no time. From the moment a security issue becomes known, a Magento patch for example, [we are able to block security threads on our complete platform in less than 4 hours](https://www.hypernode.com/blog/security/how-hypernode-identifies-and-blocks-new-security-threats-within-the-hour). This way we can offer our customers premium protection.
Due to the standardisation of the ecosystem of Hypernode and our continuous integration pipeline, we can implement changes to all Hypernodes in no time. From the moment a security issue becomes known, a Magento patch for example, [we are able to block security threads on our complete platform in less than 4 hours](../../about-hypernode/security-policies/hypernode-security-statement.md). This way we can offer our customers premium protection.

But, this is not only applicable for acute security issues. As Magento nerds we know that development files also need to be protected and that the Magmi tool can create a huge security hazard for example. Such risks are proactively taken care of at Hypernode.

Expand Down
14 changes: 7 additions & 7 deletions docs/best-practices/security/how-to-apply-magento-patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Log on to the shell server. If you don’t how to log on, contact your hosting p

### Step 3: Download and Upload the Patch

To download the correct patch for your webshop you need to know what version of Magento you’re using. Don’t know what version you use? Find out using [this tutorial](https://www.euperia.com/development/how-to-find-the-magento-version/844).
To download the correct patch for your webshop you need to know what version of Magento you’re using. Don’t know what version you use? You can find it in the back-end of your Magento shop under **System > Tools > Compilation**, or by checking the `app/Mage.php` file.

Download the patch(es) you need via the [Magento downloads page](http://magento.com/security/patches). Upload the patch with SSH to your Magento folder.
Download the patch(es) you need via the [Magento downloads page](https://magento.com/security/patches). Upload the patch with SSH to your Magento folder.

### Step 4: Apply the Patch

Expand All @@ -56,11 +56,11 @@ app@abcdef-example-magweb-cmbl:~/magento$ bash patch_supee-5994.sh

### Step 5: Clear Your Cache

It’s important to flush the Magento cache after applying the patch. Flushing your caches can be done in the back-end of your Magento shop under Cache management. More info about flushing your cache in the back-end of Magento can be found in the [Magentocommerce Knowledgebase](http://www.magentocommerce.com/knowledge-base/entry/cache-storage-management/%09200). Don’t forget to flush your OPcode or APC cache as well!
It’s important to flush the Magento cache after applying the patch. Flushing your caches can be done in the back-end of your Magento shop under Cache management. More info about flushing your cache in the back-end of Magento can be found in the [Adobe Commerce documentation](https://experienceleague.adobe.com/en/docs/commerce-admin/systems/tools/cache-management). Don’t forget to flush your OPcode or APC cache as well!

### Step 6: Check Your Shop

Don’t forget to check your shop for vulnerabilities after patching and flushing your caches. Magento’s [Security Patch Page](http://magento.com/security-patch) provides a list of signs to look out for to determine whether your site is comprised or not.
Don’t forget to check your shop for vulnerabilities after patching and flushing your caches. Adobe’s [Security Patch Page](https://magento.com/security/patches) provides a list of signs to look out for to determine whether your site is comprised or not.

### Step 7: Clean up the Patch

Expand Down Expand Up @@ -103,12 +103,12 @@ In this example only SUPEE-5344 has been applied. When you uninstalled a patch,

**Magereport keeps saying security patch 6482 isn’t installed**

We found out that there are several reasons why Patch 6788 comes out as uninstalled on [MageReport.com.](https://www.magereport.com/page/support), so we recommend you to check the following:
We found out that there are several reasons why Patch 6788 comes out as uninstalled on [MageReport.com.](https://www.magereport.com/), so we recommend you to check the following:

- When compilation is enabled in the backend of your Magento, SUPEE-6482 doesn’t work properly. Disable compilation (navigate to System > Tools > Compilation page and click on Disable button) to make sure the patch works. After disabling compilation, check your site with [MageReport.com.](https://www.magereport.com/page/support) again. If the check still comes out as not installed, try re-compiling.
- When compilation is enabled in the backend of your Magento, SUPEE-6482 doesn’t work properly. Disable compilation (navigate to System > Tools > Compilation page and click on Disable button) to make sure the patch works. After disabling compilation, check your site with [MageReport.com.](https://www.magereport.com/) again. If the check still comes out as not installed, try re-compiling.
- Check if the patch is installed in the correct directory;
- Reload your opcode cache, webserver, php-fpm process and possible other caches. The old code might be still be active;
- Check your shops’ .htaccess. If you’ve made any adjustements in your .htaccess, it’s possible the patch is only partially installed;
- Using a Magento version older than Magento 1.6.1.0? Update to a more recent version. When patching Magento versions older than Magento 1.6.1.0, certain redirects aren’t added.

We hope one of the causes mentioned above can fix your problem. If not, we recommend you to hire a Magento specialist. Unfortunately we can’t help fixing these problems. We’re a hosting company that specializes in Magento hosting. Magento development however is a completely different specialty. A list of Magento developers per country can be found on [MageReport.com.](https://www.magereport.com/page/support)
We hope one of the causes mentioned above can fix your problem. If not, we recommend you to hire a Magento specialist. Unfortunately we can’t help fixing these problems. We’re a hosting company that specializes in Magento hosting. Magento development however is a completely different specialty. A list of Magento developers per country can be found on [MageReport.com.](https://www.hypernode.com/en/our-partners/)
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ We recommend you ‘clean’ your shop following the steps written in the articl

## Need Help?

Magento is no easy open source CMS. Although we’re very skilled in hosting Magento shops, making them fast and keeping conversion high, we’re no Magento developers. Luckily, we know a lot of agencies that do know a lot about how Magento works. If you need help, don’t hesitate to [contact one of these agencies](https://www.magereport.com/page/support).
Magento is no easy open source CMS. Although we’re very skilled in hosting Magento shops, making them fast and keeping conversion high, we’re no Magento developers. Luckily, we know a lot of agencies that do know a lot about how Magento works. If you need help, don’t hesitate to [contact one of these agencies](https://www.hypernode.com/en/our-partners/).
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This patch fixes about 17 issues, some of which are highly critical. They allow

## How to Install the Patch

Follow the regular patch instructions. If you run into problems, please visit the [8788 answers page at the StackExchange](http://magento.stackexchange.com/questions/140550/security-patch-supee-8788-possible-problems).
Follow the regular patch instructions. If you run into problems, please visit the [8788 answers page at the StackExchange](https://magento.stackexchange.com/questions/140550/security-patch-supee-8788-possible-problems).

Notably: the patch contains binary characters. So you should probably not open it with a regular editor, as that will mangle the data.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ Disclaimer: these configuration snippets are provided “as is” and we do not

### Amasty Improved Layered Navigation (Magento 1)

Do you have a Magento 1 shop and do you use the Amasty extension? You may be open to bruteforce attacks if you have a vulnerable version of the Improved Layered Navigation plugin installed. Try visiting the path `/amshopby/adminhtml_filter` (e.g. [www.example.com/amshopby/adminhtml_filter](http://www.example.com/amshopby/adminhtml_filter)) and check if you are redirected to your admin login page. If so, follow the instructions above to restrict access to this path.
Do you have a Magento 1 shop and do you use the Amasty extension? You may be open to bruteforce attacks if you have a vulnerable version of the Improved Layered Navigation plugin installed. Try visiting the path `/amshopby/adminhtml_filter` (e.g. `www.example.com/amshopby/adminhtml_filter`) and check if you are redirected to your admin login page. If so, follow the instructions above to restrict access to this path.

## Need help?

We do not provide Magento consultancy ourselves, however we partnered with professional agencies that will be able to help you. Don’t hesitate to [contact one of these agencies](https://www.magereport.com/page/support).
We do not provide Magento consultancy ourselves, however we partnered with professional agencies that will be able to help you. Don’t hesitate to [contact one of these agencies](https://www.hypernode.com/en/our-partners/).
Loading
Loading