mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-23 21:47:44 -05:00
* Apache protect more non-public folders * Also protect root * Do the same for /p/ * Simplify Require all denied In case of Apache 2.2, it will just make an error 500 instead of 403 * .htaccess.dist * Simplify * Better comment
14 lines
309 B
HTML
14 lines
309 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB" lang="en-GB">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="Refresh" content="0; url=/" />
|
|
<title>Redirection</title>
|
|
<meta name="robots" content="noindex" />
|
|
</head>
|
|
|
|
<body>
|
|
<p><a href="/">Redirection</a></p>
|
|
</body>
|
|
</html>
|