www/adium.im 551:1d276b7f36bd: Redirect http://blog.adium.im to ...
commits at adium.im
commits at adium.im
Sun Feb 12 20:06:53 UTC 2012
details: http://hg.adium.im/www/adium.im/rev/1d276b7f36bd
revision: 551:1d276b7f36bd
branch: rewrite
author: Paul Wilde <me at paulwilde.co.uk>
date: Sun Feb 12 20:06:48 2012 +0000
Redirect http://blog.adium.im to http://www.adium.im/blog/ to retain consistency. Fixes #12319
diffs (13 lines):
diff -r fa43581dc285 -r 1d276b7f36bd .htaccess
--- a/.htaccess Sun Feb 12 19:42:24 2012 +0000
+++ b/.htaccess Sun Feb 12 20:06:48 2012 +0000
@@ -50,6 +50,9 @@
RewriteCond %{HTTP_HOST} ^forums.adium.im$
RewriteRule ^(.*)$ http://forums.cocoaforge.com/viewforum.php?f=13 [R=301,L]
+RewriteCond %{HTTP_HOST} ^blog.adium.im$
+RewriteRule ^(.*)$ http://www.adium.im/blog [R=301,L]
+
RewriteRule ^forum.* http://forums.cocoaforge.com/viewforum.php?f=13 [R=301,L]
RewriteCond %{HTTP_HOST} ^project.adium.im$
More information about the commits
mailing list