wt.dc09.ru info
This commit is contained in:
parent
b452114233
commit
f5db8873af
2 changed files with 35 additions and 0 deletions
32
wt/index.html
Normal file
32
wt/index.html
Normal 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> redirects to </span>
|
||||
<a href="https://ru.wiktionary.org/wiki/abc">
|
||||
ru.wiktionary.org/wiki/<b>abc</b>
|
||||
</a>
|
||||
</h3>
|
||||
</hgroup>
|
||||
<pre><code><VirtualHost *:443>
|
||||
ServerName wt.dc09.ru
|
||||
<LocationMatch "^(?!/!about)">
|
||||
RedirectMatch /(.*) https://ru.wiktionary.org/wiki/$1
|
||||
</LocationMatch>
|
||||
Redirect /!about https://dc09.ru/wt
|
||||
</VirtualHost></code></pre>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
3
wt/webpage.json
Normal file
3
wt/webpage.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"html": ["index.html"]
|
||||
}
|
Loading…
Add table
Reference in a new issue