Skip to content

Commit 9a55b60

Browse files
committed
Redirection for IN matrix
Signed-off-by: Josef Ridky <jridky@redhat.com>
1 parent 863feb9 commit 9a55b60

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

build_production/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ RewriteCond %{REQUEST_FILENAME} !-f
77
RewriteCond %{REQUEST_FILENAME} !-d
88
#Rewrite the request to index.php
99
RewriteRule ^(.*)$ $1.html [L]
10+
RewriteCond %{HTTP_HOST} ^(www\.)?devconf\.info$ [NC]
11+
RewriteRule ^in/matrix/?$ https://matrix.to/#/#2026.in:devconf.cz [L,R=301]

build_production/cz/blog/feed.atom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>DevConf.CZ Blog</title>
44
<link href="/blog" />
55
<link type="application/atom+xml" rel="self" href="/cz/blog/feed.atom" />
6-
<updated>2026-01-26T09:09:07+00:00</updated>
6+
<updated>2026-02-03T15:48:48+00:00</updated>
77
<id>/cz/blog/feed.atom</id>
88
<author>
99
<name>Josef Ridky &lt;jridky@redhat.com&gt;</name>

source/.htaccess

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ RewriteCond %{REQUEST_FILENAME} !-f
77
RewriteCond %{REQUEST_FILENAME} !-d
88
#Rewrite the request to index.php
99
RewriteRule ^(.*)$ $1.html [L]
10+
RewriteCond %{HTTP_HOST} ^(www\.)?devconf\.info$ [NC]
11+
RewriteRule ^in/matrix/?$ https://matrix.to/#/#2026.in:devconf.cz [L,R=301]

0 commit comments

Comments
 (0)