www/adium.im 246:2332a3b88c84: Add a redirect to /forum since th...
commits at adium.im
commits at adium.im
Wed Jun 24 14:35:34 UTC 2009
details: http://hg.adium.im/www/adium.im/rev/2332a3b88c84
revision: 246:2332a3b88c84
author: Zachary West <zacw at adiumx.com>
date: Wed Jun 24 10:35:26 2009 -0400
Add a redirect to /forum since the other rules force forum.adiumx.com to /forum.
diffs (12 lines):
diff -r f3f1d5abc931 -r 2332a3b88c84 .htaccess
--- a/.htaccess Mon Jun 22 11:11:36 2009 -0400
+++ b/.htaccess Wed Jun 24 10:35:26 2009 -0400
@@ -48,6 +48,8 @@
RewriteCond %{HTTP_HOST} ^forums.adium.im$
RewriteRule ^(.*)$ http://forums.cocoaforge.com/viewforum.php?f=13 [R=301,L]
+RewriteRule ^forum.* http://forums.cocoaforge.com/viewforum.php?f=13 [R=301,L]
+
RewriteCond %{HTTP_HOST} ^project.adium.im$
RewriteRule ^(.*)$ http://www.sourceforge.net/projects/adium [R=301,L]
More information about the commits
mailing list