mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-04 22:53:27 -04:00
Protection répertoire data
This commit is contained in:
3
data/.htaccess
Normal file
3
data/.htaccess
Normal file
@@ -0,0 +1,3 @@
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
Satisfy all
|
||||
13
data/index.html
Normal file
13
data/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!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,follow" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><a href="/">Redirection</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user