We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3848497 commit b372e16Copy full SHA for b372e16
static/.htaccess
@@ -2,4 +2,5 @@ ErrorDocument 404 /404.html
2
3
# Redirect /cookbook/5.0/... → /cookbook/5/...
4
# 302 is temporary, 301 is permanent
5
+RewriteEngine On
6
RewriteRule ^cookbook/5\.0(/.*)?$ /cookbook/5$1 [R=302,L]
0 commit comments