viktorB-17
I would like to have on my .com page a site where people can choose their country
so a total unique page just domain.com
but then all the languages are basically their own websites
so the homepage of germany is domain.com/de - of spain .com/es .... etc.
but .com should rather not be assigned to any language or lets say its assigned to germany - then .com is unique - and home page of germany is .com/de
How can I make this happen - to have a landing page by itself
example europackprint.com
Marcel
Supporter
Languages:
English (English )
Spanish (Español )
German (Deutsch )
Timezone:
Europe/Madrid (GMT+02:00)
Hi,
before your ticket is assigned to one of my colleagues, please allow me to walk you through some initial debugging steps. This will help speed up the support process.
This is exactly what the root page is for: https://wpml.org/documentation/getting-started-guide/language-setup/directory-default-language/#what-is-a-root-page-and-do-i-need-one . It allows you to put a .html file in front of the domain or let you allow to select a specific page for it.
Best Regards
Marcel
viktorB-17
Thanks alot for your help!
But this does not work for me 🙁
If I follow the steps shown in this guide - when ever i want to go to my root page or the .com it says too many redirects and it wont continue loading.
all the other pages work fine .com/em .com/de etc.
what can I do about that?
Marcel
Supporter
Languages:
English (English )
Spanish (Español )
German (Deutsch )
Timezone:
Europe/Madrid (GMT+02:00)
Hi,
WPML just redirects to http, as there is an issue with https on your installation which is causing a loop:
HTTP Headers
>>> <em><u>hidden link</u></em>
> --------------------------------------------
> 302 Found
> --------------------------------------------
Status: 302 Found
Code: 302
Server: nginx
Date: Mon, 14 Aug 2023 16:47:03 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Connection: close
X-Redirect-By: WPML
Location: <em><u>hidden link</u></em>
>>> <em><u>hidden link</u></em>
> --------------------------------------------
> 301 Moved Permanently
> --------------------------------------------
Status: 301 Moved Permanently
Code: 301
Server: nginx
Date: Mon, 14 Aug 2023 16:47:03 GMT
Content-Type: text/html; charset=iso-8859-1
Content-Length: 233
Connection: close
Location: <em><u>hidden link</u></em>
>>> <em><u>hidden link</u></em>
> --------------------------------------------
> 302 Found
> --------------------------------------------
Status: 302 Found
Code: 302
Server: nginx
Date: Mon, 14 Aug 2023 16:47:05 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Connection: close
X-Redirect-By: WPML
Location: <em><u>hidden link</u></em>
>>> <em><u>hidden link</u></em>
> --------------------------------------------
> 301 Moved Permanently
> --------------------------------------------
Status: 301 Moved Permanently
Code: 301
Server: nginx
Date: Mon, 14 Aug 2023 16:47:05 GMT
Content-Type: text/html; charset=iso-8859-1
Content-Length: 233
Connection: close
Location: <em><u>hidden link</u></em>
I suggest checking the SSL on your server.
Best Regards
Marcel