mirror of
https://github.com/sparkle-project/sparkle-project.github.io.git
synced 2025-11-01 15:35:08 +00:00
Make the /documentation redirect work without htaccess available.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
Options -ExecCGI
|
||||
RewriteEngine on
|
||||
RewriteBase /
|
||||
RewriteRule ^documentation$ https://github.com/andymatuschak/Sparkle/wiki [R=301,L,NC]
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user