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: 08.09.2009 04:51:37 Last updated: 23.02.2017 08:16:14
The way cPanel works, all websites on the server can be accessed if you know the username. This is why temporarily ULR can be used before the domain has been registered/transferred:
http://cpanelX.proisp.no/~user/
Here the X the number of the server the web hosting is located and username is the username for cPanel.
It is also possible to use this method for domains on the server like this:
http://domenepaaserver.no/~user/
username is the username for cPanel for the website you would like to view.
To prevent this you can add the following in .htaccess file:
RewriteCond %{REQUEST_URI} ^/~(.*)
RewriteRule ^(.*)$ /home/user/public_html/ [R=permanent,L]
username is the username for cPanel for your website. The lines over will send everyone trying to view other websites on your domain, to the root of your web hosting.