Update permalinks for old daily emails
Move them from /archive/* to /daily/* to match the newer emails.
This commit is contained in:
parent
0c09bc05cd
commit
a99fa854e1
34 changed files with 40 additions and 40 deletions
|
@ -437,8 +437,8 @@ RewriteRule ^wp-tailwind-starter$ https://github.com/opdavies/wordpress-tailwind
|
|||
RewriteRule ^wp-tailwind-static$ https://wp-tailwind.oliverdavies.uk [R=301]
|
||||
RewriteRule ^yXhoS$ /presentations/things-you-should-know-about-php [R=301]
|
||||
|
||||
# ^ewriteCond %{REQUEST_URI}$ !^/archive/?$
|
||||
# RewriteRule ^archive/(.*)$$ /daily/$1 [L,R=301]
|
||||
RewriteCond %{REQUEST_URI}$ !^/archive/?$
|
||||
RewriteRule ^archive/(.*)$ /daily/$1 [L,R=301]
|
||||
|
||||
RewriteRule ^articles/(.*)$ /blog/$1 [L,R=301]
|
||||
RewriteRule ^talks/(.*)$ /presentations/$1 [L,R=301]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue