Dear Netlify community,
Let’s assume I have the following config:
[[redirects]]
from = “https://jobs.example.de”
to = “https://example.de/jobs”
status = 200
It redirects the user properly to the https://example.de/jobs. The question I had is whether it is possible to keep the original URL but load content from the https://example.de/jobs page? I tried various ways, but the netlify server keeps responding with 301 HTTP status instead of 200.
Cheers!