Hello again,
I had a lot of questions latetly, because I'm about to upload my first website using Couchcms for my client, and some stuff isn't working.
I need to set a lot of 301 redirects, cause it's a website redesign.
Some of them work, but most of them do this:
Here's an exemple of a redirect:
And here's what happens if I go on
I get an error page not found and the URL changes to:
The 301 redirects partially works, since it sends the user to "en/contact-us" page correctly, but adds that weird "?fname=become-a-speaker" part to the URL, which breaks the link.
Can anyone help me with this? Thanks a lot!
I had a lot of questions latetly, because I'm about to upload my first website using Couchcms for my client, and some stuff isn't working.
I need to set a lot of 301 redirects, cause it's a website redesign.
Some of them work, but most of them do this:
Here's an exemple of a redirect:
- Code: Select all
Redirect 301 /en/become-a-speaker /en/contact-us
And here's what happens if I go on
- Code: Select all
myurl.com/en/become-a-speaker
I get an error page not found and the URL changes to:
- Code: Select all
myurl.com/en/contact-us/?fname=become-a-speaker
The 301 redirects partially works, since it sends the user to "en/contact-us" page correctly, but adds that weird "?fname=become-a-speaker" part to the URL, which breaks the link.
Can anyone help me with this? Thanks a lot!