Explorar el Código

Remplace un index.php par un index.html à la racine en dessous de public

Plus de chances que le index.html soit reconnu
Alexandre Alapetite hace 12 años
padre
commit
c77c4f67e7
Se han modificado 2 ficheros con 13 adiciones y 2 borrados
  1. 13 0
      index.html
  2. 0 2
      index.php

+ 13 - 0
index.html

@@ -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=public/" />
+<title>Redirection</title>
+<meta name="robots" content="noindex,follow" />
+</head>
+
+<body>
+<p><a href="./public/">FreshRSS</a></p>
+</body>
+</html>

+ 0 - 2
index.php

@@ -1,2 +0,0 @@
-<?php
-header('Location: public/');