Added mod_rewrite for nginx module
This commit is contained in:
23
cms/simple/stop.html
Normal file
23
cms/simple/stop.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Stop - Тест mod_rewrite для nginx</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>stop.html</h1>
|
||||
<p>Вы попали на stop.html.</p>
|
||||
|
||||
<hr />
|
||||
<ul>
|
||||
<li><a href="index.html">На главную (index.html)</a></li>
|
||||
<li><a href="show.html">Показать (show.html)</a></li>
|
||||
<li><a href="redirect.html">Redirect</a></li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
<p>
|
||||
<em><strong style="color: red;">Эта страница должна быть заблокирована!</strong></em>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user