Moved research to enekoalonso.com

Jan 11 2009

You shouldn’t notice it, but I have moved all my research demos from dev.enekoalonso.com/research to enekoalonso.com/research. It is just a little change, but will help keeping things more organized, I think.

To avoid breaking old links, I have added a 301 redirect:

  1. Options +FollowSymLinks
  2. RewriteEngine on
  3.  
  4. # For http://dev.enekoalonso.com/research
  5. RewriteCond %{REQUEST_URI} ^/research$
  6. RewriteRule .* http://enekoalonso.com/research [R=301,L]
  7.  
  8. # For http://dev.enekoalonso.com/research/*
  9. RewriteRule (.*) http://enekoalonso.com/research/$1 [R=301,L]

Let me know if you find any issues.

Related Posts:

No responses yet

Leave a Reply