Page MenuHomestyx hydra

No OneTemporary

diff --git a/resources/www/index.php b/resources/www/index.php
new file mode 100644
index 0000000000..6cfa7a3b63
--- /dev/null
+++ b/resources/www/index.php
@@ -0,0 +1,30 @@
+<?php
+
+/**
+ * This is the source for <http://www.phabricator.com/>.
+ */
+
+$path = $_REQUEST['__path__'];
+$host = $_SERVER['HTTP_HOST'];
+if ($host == 'secure.phabricator.com') {
+ // If the user is requesting a secure.phabricator.com resource over HTTP,
+ // redirect them to HTTPS.
+ header('Location: https://secure.phabricator.com/'.$path);
+}
+
+?>
+<!doctype html>
+ <head>
+ <title>Phabricator</title>
+ </head>
+ <body>
+ <h1>Phabricator</h1>
+ <ul>
+ <li><a href="https://secure.phabricator.com/">Phabricator Install for Phabricator Development</a></li>
+ <li><a href="docs/libphutil/">Libphutil Docs</a></li>
+ <li><a href="docs/arcanist/">Arcanist Docs</a></li>
+ <li><a href="docs/phabricator/">Phabricator Docs</a></li>
+ <li><a href="docs/javelin/">Javelin Docs</a></li>
+ </ul>
+ </body>
+</html>

File Metadata

Mime Type
text/x-diff
Expires
Wed, Dec 3, 11:45 AM (12 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
433308
Default Alt Text
(1 KB)

Event Timeline