Configuring Sumupstore / OVH domain name as if I were five

Good day, I could use a hand to configure what’s needed so that my sumupstore shop appears when you type the domain name I just bought (patidonirie.fr), please.

I’ve browsed the forum, tried to follow the advice given to others, but now I’m stuck and drawing a blank; I don’t understand why this isn’t working. If anyone could help me, I would be very grateful!

I understood that I need to delete the CNAME entry present in the DNS zone list, and create a new one with the information below:

But when I validate, I get this error message:

And I have far too little knowledge about all this, I don’t know what to do.

Thank you very much to anyone who can help me out T_T

Hello @patidonirie

http://www.patidonirie.fr --> Site under construction.

Which hosting plan do you have: Starter, personal, pro, etc.?
What is the cluster of your hosting?

Why this relationship with shops.sumupstore.com?

Here is a short guide I wrote that might give you some clarification for a complete and clean installation of your site.

Guide - Understanding the Domain Relationship > DNS Zone > Hosting > Site Folder

See --> CMS - WordPress - Installation Guide at OVH

Read and check your situation by following carefully the paragraphs: A to J applicable to all CMS

Feel free to give me feedback: positive or negative.

Hello, thank you for your reply. I’ll try to answer your questions! I haven’t purchased hosting, just a domain name, which I want to use for my current Sumupstore shop (the address of my shop, in case it’s useful: https://patricia-eckert-eschenbrenner.sumupstore.com, currently offline for maintenance and domain setup).

I went through the guide and unfortunately I still don’t understand the problem I’m encountering, but thank you for sending the link!

Hello @patidonirie

It is a fact that my guide is mainly focused on a WordPress installation and its maintenance.

I think that sumupstore.com should provide recommendations for redirecting a domain to their hosting.

Gaston, indeed—I followed their tutorial to the letter. Since it doesn’t work, I scoured the forum for answers, and because nothing I tried worked, I came here looking for help.

First, verify that you have the free 100 MB hosting.

Then configure the /www/.htaccess file to redirect to your hosting sumupstore.com

I have validated the free 100 MB hosting, thank you.

For the second instruction, unfortunately I don’t know what it’s about :woozy_face:

https://www.wordetweb.com/word-et-web/WORDPRESS-guide-installation-de-WordPress-premier-domaine-chez-OVH-FR.htm#_M4_-_Redirection

Hello, I invite you to read my article https://blog.demees.net/cname-ovh-systemeio-shopify-heroku-odoo-wix-monsite/

Hi fritz2cat, it looks like it’s working—I just accessed my shop at www.patidonirie.fr, but I get a message saying it’s not secure. What do you think I missed? Anyway, many thanks.

Hello,

Sumupstores had to generate the SSL certificate in the meantime. The error message no longer appears.

Also check with SumUp whether it is normal to be visibly redirected to patricia-eckert-eschenbrenner.sumupstore.com

Now we need to tackle the redirection of patidonirie.fr to www.patidonirie.fr.

This will be done on your OVH hosting cluster029 where you will place an .htaccess file as explained elsewhere. This .htaccess file must be placed in the www folder.

In my guide: file /www/.htaccess:

So:

#   Redirect patidonirie.fr to www.patidonirie.fr
RewriteEngine On
RewriteCond %{HTTP_HOST} ^patidonirie.fr [NC]
RewriteRule ^(.*) https://www.patidonirie.fr/$1 [L,R=301,QSA]

I work on an iMac, my text file ends in .rtf. Is that okay, or do I need to change something?

Thanks again, I was able to make progress thanks to your help.

Definitely not. It must be plain text only, without accented characters, bold, etc.

image