Redirect 301 - I have no idea at this point
Posted: Thu May 23, 2024 7:26 pm
Hi,
So I have this blog page at https://webastyczny.pl/blog
RewriteBase /blog
and generally creating a slug for a news item broke a news item I had already posted on Linkedin : /
so I want a 301 redirect
adding
Redirect 301 /blog/news/50/4/No-Code-Event-1-by-No-Code-Trojmiasto /blog/news/51/4/No-Code-Event-1-by-No-Code-Trojmiasto
what I get when visiting https://webastyczny.pl/blog/news/50/4/N ... Trojmiasto
is
https://webastyczny.pl/blog/news/51/4/N ... Trojmiasto
Why?
Should I add the /blog/ element or not? I'm confused...
I will be searching for how news slugs are created (btw it would be awesome if the automatic news slug was filled in into the slug input field, just for information and updated when the title is changed) because this /51/4/ or 50/4/ doesn't make sense...
So I have this blog page at https://webastyczny.pl/blog
RewriteBase /blog
and generally creating a slug for a news item broke a news item I had already posted on Linkedin : /
so I want a 301 redirect
adding
Redirect 301 /blog/news/50/4/No-Code-Event-1-by-No-Code-Trojmiasto /blog/news/51/4/No-Code-Event-1-by-No-Code-Trojmiasto
what I get when visiting https://webastyczny.pl/blog/news/50/4/N ... Trojmiasto
is
https://webastyczny.pl/blog/news/51/4/N ... Trojmiasto
Why?
Should I add the /blog/ element or not? I'm confused...
I will be searching for how news slugs are created (btw it would be awesome if the automatic news slug was filled in into the slug input field, just for information and updated when the title is changed) because this /51/4/ or 50/4/ doesn't make sense...