User Tools

Site Tools


installation:migrating

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
installation:migrating [2011/03/04 16:13]
ccagle8
installation:migrating [2018/03/07 22:26] (current)
Carlos [Moving Between Web Servers or Uploading from a Local Server] Remove .htaccess
Line 1: Line 1:
-====== ​Moving or Migrating ​Hosts ======+====== Migrating, Moving and Uploading Complete Sites ====== 
 + 
 +===== Moving Between Web Servers or Uploading from a Local Server ​=====
  
 Install GetSimple on your new/public server (don't worry about username, password, and settings -- they will be replaced). Install GetSimple on your new/public server (don't worry about username, password, and settings -- they will be replaced).
Line 5: Line 7:
 Upload from your localhost/​old site the following files and folders (with their contents), overwriting existing ones: Upload from your localhost/​old site the following files and folders (with their contents), overwriting existing ones:
  
-''/​gsconfig.php''​ (if exists) +<​code>​ 
-''​/data/''​ +/data/ 
-''​/plugins/''​ +/plugins/ 
-''​/theme/''​+/theme/ 
 +gsconfig.php 
 +</​code>​
  
 (If your site is not in English, also upload your language file(s) to ''​admin/​lang''​ folder.) Now log in again, but with the username and password you used for localhost/​old site. (If your site is not in English, also upload your language file(s) to ''​admin/​lang''​ folder.) Now log in again, but with the username and password you used for localhost/​old site.
  
-Go to **Setup -> Website** Base URL: +Browse ​to http://yourUrl.com/admin 
- +Login 
-Change ''​http://localhost/''​ (or whatever) ​to your new site URL. Hint: You can copy it from the "Our suggestion is:​..."​ message that should be displayed below.+Click "​Settings"​ 
 +Change "​Website URL" ​to your new site URL. Hint: You can copy it from the "Our suggestion is:​..."​ message that should be displayed below.
  
 Click **Save Settings** Click **Save Settings**
  
-**Note:** If you have links or images in your pages with complete URLs you should change them to your new URL or else the new site will possibly have broken links or images that cannot be not displayed. Using relative URLs is always advised.+**Note:** If you have links or images in your pages with complete URLs you should change them to your new URL or else the new site will possibly have broken links or images that cannot be not displayed. Using relative URLs is always advised. ​But the HTML-editor stores the URLs as absolute URLs. 
 +Please note: links to images etc. are stored in your data with absolute URLs, not relative URLs. So you will run into problems when you just copy your data files to the server. 
 + 
 +What you can do: 
 +  * make a backup of the "​old"​ data-folder 
 +  * load all the pages from /data and /​data-subdirectories into a good editor, f.e. notepad++ (not Word!) 
 +  * do a global search and replace, update by this the URLs of all objects which refer to http://​www.olddomain.tld.. 
 +  * after that, upload these updated files to your server 
 +There are [[http://​get-simple.info/​wiki/​plugins:​guide#​migration|several plugins]] in the [[http://​get-simple.info/​extend/​|GS Extend]] which will automate the rewriting of urls to match a new domain or location. 
 +===== How to Move GetSimple from one Folder to Another ===== 
 + 
 +If you want to move a GetSimple installation to another folder, there are at least three things you need to be aware of: 
 + 
 +  - Go to the Admin panel and, in ''​settings'',​ change the ''​Website URL'',​ if needed; 
 +  - If you use Fancy URLs, you may need to manually edit the ''​.htaccess''​ file and correct the ''​RewriteBase''​ rule, otherwise you may get a 503 error when trying to access some pages in your site; 
 +  - If there are any images, files or links with relative or absolute paths, they might get broken. Please double-check your site to see if there'​s anything broken. 
 + 
 +======Links====== 
 +Back to the GetSimple Wiki [[:​start|Contents Page]] 
 +==Pages in this Section== 
 +===Installation=== 
 +  *[[:​installation|Installation on a Web Server or a Local Server]] 
 +  *[[installation:​migrating|Migrating,​ Moving and Uploading Complete Sites]] 
 +  *[[installation:​requirements|Server requirements and Apache Modules]] 
 +  *[[installation:​upgrade|Upgrading to the Latest Version of GetSimple]] 
 +  *[[installation:​specific-webhosters|Guidance for Specific Hosting Companies]]
  
  
installation/migrating.1299255182.txt.gz · Last modified: 2013/04/19 14:56 (external edit)