Tuesday 16 March 2010 1:17:53 am
Hi Sunil, To move the Site2 to another server you will have to : - copy the files to the new server (in the existing ez folder):
- design/Site2
- extension/site2ext
- siteaccess/new_plain_site
- siteaccess/new_plain_site_admin
- var/Site2
- restore your database - update your settings in settings/siteaccess/Site2/site.ini.append.php
- database connection if it changes
- var folder if it changes
- verify the other extensions that was used, in the previous server and make sure they are available on the new server (if they are used by your site)
- globally in the ez installation in settings/override/site.ini.append.php
- locally, only for Site 2 in settings/siteaccess/Site2/site.ini.append.php
- declare Site 2 in your new server by updating settings/override/site.ini.append.php
[SiteSettings]
--> SiteList[]
[SiteAccessSettings]
--> AvailableSiteAccessList[] --> HostMatchMapItems[] - clear the cache folder var/Site2/cache Hopefully, it should work after that. Hakim
|