All content from monster.freya.no have been moved to monster.studiofreya.com, and all hits on monster.freya.no are gracefully / forcefully redirected to the same page on monster.studiofreya.com.
For future reference, these three lines in .htaccess does the magic.
RewriteEngine on RewriteRule (.*) http://monster.studiofreya.com/$1 [R=301,L]
Edit 08-09-2013:
All pages are being redirected to games.studiofreya.com, with this being the .htaccess redirect code:
RewriteEngine on RewriteRule (.*) http://games.studiofreya.com/$1 [R=301,L]
You must be logged in to post a comment.
Be the first to comment.