File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11RewriteEngine On
2+ RewriteCond %{HTTP_HOST} ^(www\.)?devconf\.info$ [NC]
3+ RewriteRule ^in/matrix/?$ https://matrix.to/#/#2026.in:devconf.cz [L,R=301 ]
24ErrorDocument 404 https://www.devconf.info/404 /index.html
35ErrorDocument 500 https://www.devconf.info/404 /index.html
46#Make sure it's not an actual file
@@ -7,5 +9,3 @@ RewriteCond %{REQUEST_FILENAME} !-f
79RewriteCond %{REQUEST_FILENAME} !-d
810#Rewrite the request to index.php
911RewriteRule ^(.*)$ $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 ]
Original file line number Diff line number Diff line change 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-02-03T15:48:48 +00:00</updated >
6+ <updated >2026-02-03T15:57:43 +00:00</updated >
77 <id >/cz/blog/feed.atom</id >
88 <author >
99 <name >Josef Ridky < jridky@redhat.com> </name >
Original file line number Diff line number Diff line change 11RewriteEngine On
2+ RewriteCond %{HTTP_HOST} ^(www\.)?devconf\.info$ [NC]
3+ RewriteRule ^in/matrix/?$ https://matrix.to/#/#2026.in:devconf.cz [L,R=301 ]
24ErrorDocument 404 https://www.devconf.info/404 /index.html
35ErrorDocument 500 https://www.devconf.info/404 /index.html
46#Make sure it's not an actual file
@@ -7,5 +9,3 @@ RewriteCond %{REQUEST_FILENAME} !-f
79RewriteCond %{REQUEST_FILENAME} !-d
810#Rewrite the request to index.php
911RewriteRule ^(.*)$ $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 ]
You can’t perform that action at this time.
0 commit comments