Additional SPAM protection for your mail account
Don't need a website or email? With the domain package you can manage your DNS and/or redirect your domain.
You don't need a website, but only email? Then the email package is the right choice
The right package for everyone, from 25GB SSD to unlimited space and including email.
Looking for ASP.NET | Core hosting ? Stop searching and click here !
Carefree your Wordpress website online. We take care of all updates.
Create your own products and sell them under your own name.
Looking for an answer? Browse through our frequently asked questions.
View the latest news, maintenance notifications and latest offers
Would you like to contact us? Here's how you can do that.
A brief summary of who we are and what our vision is.
Follow our blog for great tips and information
Other concepts under the label of MijnPartnerGroep.nl.
Log in here to manage your hosting package
Log in here to manage your email, calendar and contacts
View and pay invoices, manage your products, create tickets and change your contact information.
If you want to redirect only your home page on your domain so that you can for example still access ...
To use an Angular application on your Hosting you can place the following code in the web.config:<rewrite><rules><rule ...
This article explains how to apply filtering through your web.config file.When you open the web.config ...
To apply the URL rewrite for Prestashop the following steps are necessary. Login to your Prestashop ...
To rewrite URLs on your site via the web.config file the following steps are required. There are several ...
enabled="false" /> "index.php" /> value="Default.htm" /> value="Default.asp" /> index.htm" /> html" ...
To set up a redirect to https you first need to be logged into the contol panel then go to the file ...
Wordpress URL Rewrite via web.config. Replace web.config with the following lines. <?xml version="1.0" ...
Magento URL Rewrite via web.config. Add the following rules to the web.config: name="Remove index.php ...
Drupal URL Rewrite via web.config. Add the following rules to the web.config: type="Rewrite" url="index.php?q={R:1}" ...
Place the following code in the .htaccess file: RewriteEngine on#RewriteBase/magento/RewriteRule.* - ...
To enable a 301 redirect you can add the following piece of code to your web.config. The blue piece ...
To check what is installed on your server you can perform the following steps.By creating an info.php ...
To make this work you can replace your current web.config file with the following: .webServer> url="^pg/([A-Za-z0-9_-]+)$" ...
If you want to redirect your traffic from non-www to www you can put the following in your web.config:We ...
Joomla URL Rewrite via web.config. Replace or add to web.config: <?xml version="1.0" encoding="UTF-8"?> ...