Softaculous


Topic : Copying website


Posted By: AXNData on 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?


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

Posted By: AXNData on November 14, 2017, 11:36 am | Post: 1
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

Posted By: Brijesh on November 17, 2017, 6:34 am | Post: 2
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

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.