Closed duck2 closed 6 years ago
In the past(like 2008-2013), Volume links looked like 2008/Aralik and Article links like 2008/Aralik/Whatever. we still see requests on the old style URLs.
2008/Aralik
2008/Aralik/Whatever
A simple HTTP 301 redirection like the one in irregular_article in views.py should work.
fixed, try http://e-bergi.com/2009/Nisan/Bilgisayarli-Gormeye-Giris
of course http://e-bergi.com/2048/lol/Bilgisayarli-Gormeye-Giris works too, but we can get away with it I guess.
In the past(like 2008-2013), Volume links looked like
2008/Aralik
and Article links like2008/Aralik/Whatever
. we still see requests on the old style URLs.A simple HTTP 301 redirection like the one in irregular_article in views.py should work.