.se is the Internet country code top-level domain for Sweden and .ru for Russia.
In addition to the shared hosting packages we now offer powerful cloud servers. Our cloud is based on Onapp with Xen virtualization.
Now is a good time to switch your basic VPS servers to the cloud.
Our phone customer service is closed from 22 Dec to 24 Dec.
We wish everyone a merry Christmas!
Palvelumme aukeaa heti tilauksen jälkeen. Domain rekisteröidään heti vastaanotettuamme siitä maksun eli esimerkiksi luottokorteilla ja verkkomaksupainikkeilla tämä tapahtuu vain muutamassa minuutissa! Näin pääset siis luoman nettisivujasi ja sähköpostit suoraan tilauksen jälkeen.
Webhotelli sisältää oman domainin, sähköpostin ja kotisivutilan. Meillä webhotellit on nimetty paketeiksi: esimerkiksi yrityspaketti.
Tarjoamme webhotelleissamme asiakkaan käyttöön reilusti varmennettua levytilaa! Varmuuskopiot automaattisesti joka päivä.
Autentikoivan sähköpostipalvelimen ansiosta luet ja vastaanotat sähköpostia helposti omalla sähköpostiohjelmalla missä verkossa tahansa. Sopiva ratkaisu paljon liikkuvalle. IMAP IDLE -tuen ansiosta saat sähköpostit välittömästi kännykkääsi. Sähköpostia voi käyttää myös helppokäyttöisen Webmailin kautta.
WordPress uses a function to check mod_rewrite that is not working at our servers, even though we have mod_rewrite installed.
Permalinks-can be enabled by changing the function wp-admin/includes/misc.php:n
function got_mod_rewrite() {
$got_rewrite = apache_mod_loaded(‘mod_rewrite’, true);
return apply_filters(‘got_rewrite’, $got_rewrite);
}
to this format:
function got_mod_rewrite() {
//$got_rewrite = apache_mod_loaded(‘mod_rewrite’, true); //toimimaton funktio;
$got_rewrite = true;//force the response to true as we know mod_rewite is installed;
return apply_filters(‘got_rewrite’, $got_rewrite);
}