QUOTE (zanes @ Apr 9 2009, 11:56 AM)

Do you have any idea how to redirect www.meintrendyhandy/forum to
http://02d2d89.netsolhost.com/de/forum/index.php without javascripts (google problem)?
Just create a new text file using Notepad or similar simple text program. Then, copy the code below and paste it into the text file and save it as "index.php"
CODE
<?
header("HTTP/1.1 301 Moved Permanently");
header("Location:http://02d2d89.netsolhost.com/de/forum/index.php");
?>
Then FTP this file into your folder for www.meintrendyhandy/forum.
The 301 redirect is search engine friendly.