From d2bf616ea734e6543243a713a65c0bf80a8bdcfa Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Sat, 28 Jun 2014 12:31:41 -0400 Subject: [PATCH] Make the /documentation redirect work without htaccess available. --- .htaccess | 4 ---- documentation/index.html | 8 ++++++++ 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 .htaccess create mode 100644 documentation/index.html diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 445dfa5..0000000 --- a/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -Options -ExecCGI -RewriteEngine on -RewriteBase / -RewriteRule ^documentation$ https://github.com/andymatuschak/Sparkle/wiki [R=301,L,NC] \ No newline at end of file diff --git a/documentation/index.html b/documentation/index.html new file mode 100644 index 0000000..66ab833 --- /dev/null +++ b/documentation/index.html @@ -0,0 +1,8 @@ + + + +301 Moved Permanently + +

Moved Permanently

+

The document has moved here.

+