Skip to content

Commit

Permalink
static/.htaccess: redirect dl.3mdeb.com/open-source-firmware
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
  • Loading branch information
macpijan committed May 31, 2023
1 parent d756f76 commit d94d716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Rewriterule ^(.*) https://demo.3mdeb.com/$1 [QSA,L,R=301]
RewriteEngine on
Rewritecond %{HTTP_HOST} ^www.blog.3mdeb.com$
Rewriterule ^(.*) https://blog.3mdeb.com/$1 [QSA,L,R=301]
RewriteRule ^open-source-firmware/(.*)$ https://dl.3mdeb.com/open-source-firmware/$1 [R=302,L]
Redirect 301 /blog/ https://blog.3mdeb.com/
Redirect 301 /news-ideas/ https://blog.3mdeb.com/
Redirect 301 /pl/o-firmie/projekt-unijny/ https://3mdeb.com/pl/projekty-wspolfinansowane-przez-ue/
Expand Down

0 comments on commit d94d716

Please sign in to comment.