Hello,
I have encountered two unexpected redirect issues that may be related.
### 1. Incorrect redirect on the www domain
When accessing the **www** version of the website, Osclass returns:
`302 →
https://domain:/`
Notice the unexpected colon before the slash (`:/`).
The non-www version redirects normally to the homepage (or the default language), but only the **www** version generates this malformed URL.
I have already verified the following:
* `WEB_PATH` is configured correctly.
* HTTPS is enabled.
* `osc_base_url()` returns the correct URL.
* SEO and PWA plugins are disabled.
* The issue still persists.
### 2. Incorrect redirect from Google for translated URLs
I also noticed another issue when using language URLs such as:
`https://domain.com/en`
where the default site language is different from English.
This issue only occurs when users open the page from Google Search:
* Clicking an English page from Google redirects the user back to a Google page instead of opening the website.
* If the user clicks the same result a second time, the English page opens correctly.
* If the exact same URL is copied and pasted directly into the browser address bar, it opens normally without any redirect.
So the problem only occurs on the first visit when coming from Google Search.
Could you please advise where these redirects are generated, or whether they are known issues?
Thank you.