[guadec-web] Redirect old livestream traffic with 301 redirects



commit c1ff298e5e71dc03306db83bf5c79897103934a9
Author: Sense Hofstede <qense ubuntu com>
Date:   Sun Apr 25 22:50:51 2010 +0200

    Redirect old livestream traffic with 301 redirects
    
    Previously the Conference Livestream was wrongly named Conference Lifestream.
    I've fixed all references, but in case someone uses the old link this .htaccess
    file returns 301 redirects to browsers requesting the old livestream.

 .htaccess |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..9d9b93b
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,5 @@
+<IfModule mod_rewrite.c>
+RewriteEngine On
+RewriteCond %{REQUEST_URI} ^/index.php/guadec/index/lifestream [NC]
+RewriteRule ^(.*)$ http://guadec.org/index.php/guadec/index/livestream [L,R=301]
+</IfModule>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]