Skip to content

Commit

Permalink
update RewriteRule
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Nov 14, 2023
1 parent d391360 commit 5810e73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/_extra/.htaccess
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
RewriteEngine on
RewriteBase /
RewriteRule ^/blog/$ blog.html [R=301,L]
RewriteRule ^blog/$ blog.html [R=301,L]
RewriteRule ^/blog/$ /blog.html [R=301,L]
RewriteRule ^blog/$ /blog.html [R=301,L]

RewriteRule ^/blog/2022-10-12-date-encoding.html blog.html [R=301,L]
RewriteRule ^blog/2022-10-12-date-encoding.html blog.html [R=301,L]
RewriteRule ^/blog/2022-10-12-date-encoding.html /blog.html [R=301,L]
Expand Down

0 comments on commit 5810e73

Please sign in to comment.