wt.dc09.ru info

This commit is contained in:
DarkCat09 2023-03-17 18:09:21 +04:00
parent b452114233
commit f5db8873af
2 changed files with 35 additions and 0 deletions

32
wt/index.html Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wiktionary Redirection Info</title>
<link rel="stylesheet" href="/css/pico.min.css">
</head>
<body>
<main class="container">
<hgroup>
<h2>wt.dc09.ru</h2>
<h3>
<a href="https://wt.dc09.ru/abc">
wt.dc09.ru/<b>abc</b>
</a>
<span>&nbsp;redirects to&nbsp;</span>
<a href="https://ru.wiktionary.org/wiki/abc">
ru.wiktionary.org/wiki/<b>abc</b>
</a>
</h3>
</hgroup>
<pre><code>&lt;VirtualHost *:443&gt;
ServerName wt.dc09.ru
&lt;LocationMatch "^(?!/!about)"&gt;
RedirectMatch /(.*) https://ru.wiktionary.org/wiki/$1
&lt;/LocationMatch&gt;
Redirect /!about https://dc09.ru/wt
&lt;/VirtualHost&gt;</code></pre>
</main>
</body>
</html>

3
wt/webpage.json Normal file
View file

@ -0,0 +1,3 @@
{
"html": ["index.html"]
}