added web pages
[debian/openrocket] / web / html / actions / .htaccess
diff --git a/web/html/actions/.htaccess b/web/html/actions/.htaccess
new file mode 100644 (file)
index 0000000..d18e09c
--- /dev/null
@@ -0,0 +1,14 @@
+
+#RewriteEngine On
+#RewriteBase /actions/
+#RewriteRule ^reportbug$ reportbug.php
+
+
+# Redirect bug reports to a server that allows sending mail
+
+Redirect 307 /actions/reportbug http://sampo.kapsi.fi/openrocket/reportbug.php
+
+RewriteEngine On
+RewriteBase /actions/
+RewriteRule ^updates$ updates.php
+