Subsites does not work

hi, we really don’t know what we’ve missed, when we are using grunerloekka.com as our test site, every subsite works, and then we changed our domain name into religioner.no, the main site works, but the subsites doesn’t show.

we updated our database, and config file to:

define(‘MULTISITE’, true);

define(‘SUBDOMAIN_INSTALL’, true);

$base = ‘/’;

define(‘DOMAIN_CURRENT_SITE’, ‘religioner.no’:wink:;

define(‘PATH_CURRENT_SITE’, ‘/’:wink:;

define(‘SITE_ID_CURRENT_SITE’, 1);

define(‘BLOG_ID_CURRENT_SITE’, 1);

and ht access to: RewriteEngine On

RewriteBase /

RewriteRule ^index.php$ – [L]

# uploaded files

RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^ – [L]

RewriteRule . index.php [L]

please advice. thank you very much.