FAQ

Yes. If you wan to avoid these redirections, you can add (or edit) an .htaccess file to the root of you public folder and add

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} -d
  RewriteCond %{REQUEST_URI} !/$
  RewriteCond %{REQUEST_FILENAME}/index.html -f
  RewriteRule (.*) $1/index.html [L]
</IfModule>

You can add or edit this file through the cPanel File Manager.

How can I add the GTM correctly?

See this section

Yes. There is an element called “Cookie Consent Bar” and another one called “Cookie Bar”.

If you are using a custom tool to manage your cookies, we recommend adding it through GTM but you can always add it with custom tag and scripts globally.

Is it possible to add a web shop?

Yes. There is an integrated solution for web shop which you will need a subscription for.

This subscription is with WebPros and has nothing to do with us so we cannot refund or support the shop.

Alternatively, most web shop will provide some way to integrate with your site through an iframe, a widget or javascript. So you can include those as a custom HTML element.