having fun with code

Moved research to enekoalonso.com

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:

Leave a Reply

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Additional comments powered by BackType

About the blog

This is a blog about development, focused mainly on Javascript but also other languages like python, shell scripts and more.

About the author

Eneko Alonso is a software engineer and UI developer with more than eight years of experience in software and web development. He lives in San Luis Obispo, California and works at LEVEL Studios.

Contact Info

Contact Info