From 8d3f73ded458778b191ea4b69af5fe5811b03f0c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 2 Sep 2024 23:02:58 +0100 Subject: [PATCH] Don't redirect archive pagination pages --- source/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/source/.htaccess b/source/.htaccess index c60da0fd..7c44f36c 100644 --- a/source/.htaccess +++ b/source/.htaccess @@ -438,6 +438,7 @@ RewriteRule ^wp-tailwind-static$ https://wp-tailwind.oliverdavies.uk [R=301] RewriteRule ^yXhoS$ /presentations/things-you-should-know-about-php [R=301] RewriteCond %{REQUEST_URI}$ !^/archive/?$ +RewriteCond %{REQUEST_URI}$ !^/archive/page/ RewriteRule ^archive/(.*)$ /daily/$1 [L,R=301] RewriteRule ^articles/(.*)$ /blog/$1 [L,R=301]