[Gnucash-changes] r14406 - htdocs/trunk - The apache htaccess redirects don't seem to be working.

Joshua Sled jsled at cvs.gnucash.org
Wed Jun 21 18:39:15 EDT 2006


Author: jsled
Date: 2006-06-21 18:39:14 -0400 (Wed, 21 Jun 2006)
New Revision: 14406
Trac: http://svn.gnucash.org/trac/changeset/14406

Added:
   htdocs/trunk/rss-feed.phtml
Modified:
   htdocs/trunk/.htaccess
Log:
The apache htaccess redirects don't seem to be working.

Modified: htdocs/trunk/.htaccess
===================================================================
--- htdocs/trunk/.htaccess	2006-06-21 22:28:17 UTC (rev 14405)
+++ htdocs/trunk/.htaccess	2006-06-21 22:39:14 UTC (rev 14406)
@@ -1,5 +1,3 @@
 Options MultiViews
 DirectoryIndex index.phtml index.php index.html
 AddType application/x-httpd-php .phtml
-Redirect permanent /en/rss-feed.phtml http://www.gnucash.org/atom.php
-Redirect permanent /beta/rss-feed.phtml http://www.gnucash.org/beta/atom.php

Added: htdocs/trunk/rss-feed.phtml
===================================================================
--- htdocs/trunk/rss-feed.phtml	2006-06-21 22:28:17 UTC (rev 14405)
+++ htdocs/trunk/rss-feed.phtml	2006-06-21 22:39:14 UTC (rev 14406)
@@ -0,0 +1,3 @@
+<?php
+header("Location: atom.php", true, 301);
+?>



More information about the gnucash-changes mailing list