Guess I ran into the problem ( is tihs a bug?): the search.php file starts with the line
<?php /* Don’t remove this line. */ require(‘./wp-blog-header.php’); ?>
So if I want to have search working on the new frontpage I have to change this line to ./blog/wp-blog-header.php
BUT as a result of that change the search isn’t working on all the other pages….
Anyone any ideas??