Welcome Guest. Please Login or Register  


You are here: Index > SitePad Website Builder > General Support > Topic : Copying website



Threaded Mode | Print  

 Copying website, How to copy or move your builded website to another service (2 Replies, Read 2657 times)
AXNData
Group: Member
Post Group: Newbie
Posts: 2
Status:
Hello,

Is there any way to get my website from one whm account and copy it to its own account? We need this function for this website: http://webhotelliyhdistykselle.fi

How we can do this move?


Edited by Moderator : November 17, 2017, 6:36 am
IP: --   

SSL Sertifigate
AXNData
Group: Member
Post Group: Newbie
Posts: 2
Status:
Hello,

How u can set published website from normal http:// to https://?

Do i need to do it with .htacces?

RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.webhotelliyhdistykselle.fi
RewriteRule ^(.*)$ https://webhotelliyhdistykselle.fi/$1 [R=permanent,L]
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* ? [F,L] 
RewriteCond %{HTTP_HOST} ^webhotelliyhdistykselle\.fi [NC]
RewriteCond %{SERVER_PORT} 80
IP: --   

Copying website
Brijesh
Group: Softaculous Team
Post Group: Super Member
Posts: 5647
Status:
Quote From : AXNData November 14, 2017, 11:32 am
Hello,

Is there any way to get my website from one whm account and copy it to its own account? We need this function for this website: http://webhotelliyhdistykselle.fi

How we can do this move?

Hi,

You can copy the .sitepad folder from the source account to the account you want. Once it is copied go to SitePad and Publish the website.

By default the website published with SitePad works on https:// as well however you need to install a SSL certificate for your domain from your control panel. Once you have installed the SSL certificate you can try the following code in .htaccess to redirect all pages to https :

Code
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.webhotelliyhdistykselle\.fi [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.webhotelliyhdistykselle.fi/$1 [R,L]


-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is April 20, 2024, 3:28 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.041