[mapserver-commits] r8297 - trunk/docs/redirection
svn at osgeo.org
svn at osgeo.org
Sat Dec 27 09:47:54 EST 2008
Author: hobu
Date: 2008-12-27 09:47:53 -0500 (Sat, 27 Dec 2008)
New Revision: 8297
Modified:
trunk/docs/redirection/mapserver-redirect.conf
Log:
fix some redirects
Modified: trunk/docs/redirection/mapserver-redirect.conf
===================================================================
--- trunk/docs/redirection/mapserver-redirect.conf 2008-12-27 05:19:28 UTC (rev 8296)
+++ trunk/docs/redirection/mapserver-redirect.conf 2008-12-27 14:47:53 UTC (rev 8297)
@@ -4,14 +4,14 @@
# Redirect home page to keep search engine ranking
#RewriteRule ^$ http://mapserver.osgeo.org/ [R=301,L]
RewriteRule ^License http://mapserver.osgeo.org/copyright.html [R=301,L]
-RewriteRule ^download http://mapserver.osgeo.org/download.html [R=301,L]
-RewriteRule ^community http://mapserver.osgeo.org/community/ [R=301,L]
+#RewriteRule ^download http://mapserver.osgeo.org/download.html [R=301,L]
+#RewriteRule ^community http://mapserver.osgeo.org/community/ [R=301,L]
RewriteRule ^new_users http://mapserver.osgeo.org/introduction.html [R=301,L]
RewriteRule ^docs/tutorial http://mapserver.osgeo.org/introduction.html#tutorial [R=301,L]
RewriteRule ^development/rfc/ms-rfc-(.*)/ http://mapserver.osgeo.org/development/rfc/ms-rfc-$1.html [R=301,L]
RewriteRule ^development/rfc/ms-rfc-(.*) http://mapserver.osgeo.org/development/rfc/ms-rfc-$1.html [R=301,L]
-RewriteRule ^development/rfc/ http://mapserver.osgeo.org/development/rfc/ [R=301,L]
+#RewriteRule ^development/rfc/ http://mapserver.osgeo.org/development/rfc/ [R=301,L]
# Catch-all for development, must come last
#RewriteRule ^development http://mapserver.osgeo.org/development/ [R=301,L]
More information about the mapserver-commits
mailing list