None found
Your search returned no hits.
Tjeneste-oppgradering: Følg linken for nærmere status vedrørende migrering, for generelle spørsmål og svar se vårt hjelpesenter.
95% of all problems already have a solution in our knowledgebase
Added: 03.07.2008 16:52:29 Last updated: 23.02.2017 08:23:48
Before your domain is registered/transferred your website can be viewed via the following URL:
http://cpanelX.proisp.no/~user/
X will need to be replaced with the servers number (you will find this information in the email we sent earlier). user is replaced with your username for cpanel.
When the domain is registered/transferred it is often requested to prevent the temporary URL being used. If the temporary URL has been posted online the search engines will index this address. This may cause the actual address for your domain to receive a lower ranking in search engines due to duplicate content. To avoid this, you can insert the following content into a .htaccess file in the folder public_html:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^cpanelX.proisp.no
RewriteRule (.*) http://yourdomain.net/$1 [R=permanent,L]
X will need to be replaced with the servers number (you will find this information in the email we sent earlier). yourdomain.net needs to be replaced with your domain.