Files
ngx_http_apache_rewrite_module/cms/simple/subdir/other.xmx
2026-03-23 01:15:59 +03:00

28 lines
944 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>Other XMX - Тест mod_rewrite для nginx</title>
</head>
<body>
<h1>other.xmx</h1>
<p>Вы попытались получить этот файл.</p>
<hr />
<ul>
<li><a href="../index.html">На главную (index.html)</a></li>
<li><a href="../show.html">Показать (show.html)</a></li>
<li><a href="file.html">File.html</a></li>
</ul>
<hr />
<p>
<em><strong style="color: red;">Этот файл должен быть заблокирован!</strong></em>
</p>
<p>
При обращении к <code>/test/subdir/other.xmx</code>, mod_rewrite должен вернуть
<code style="background-color: #f00; color: white;">403 Forbidden</code>.
</p>
</body>
</html>