Make the /documentation redirect work without htaccess available.

This commit is contained in:
Jake Petroules
2014-06-28 12:31:41 -04:00
parent b053093748
commit d2bf616ea7
2 changed files with 8 additions and 4 deletions
-4
View File
@@ -1,4 +0,0 @@
Options -ExecCGI
RewriteEngine on
RewriteBase /
RewriteRule ^documentation$ https://github.com/andymatuschak/Sparkle/wiki [R=301,L,NC]
+8
View File
@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html><head>
<meta http-equiv="refresh" content="0;url=https://github.com/sparkle-project/Sparkle/wiki"/>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://github.com/sparkle-project/Sparkle/wiki">here</a>.</p>
</body></html>