Re: Migration from one host from another

2011-11-29 Thread Flo
Ok, thank for the check list.
I already copied all the files including the 3 htaccess files from the
original host, changed the credentials for the database and made
writable the tmp folder.
What I didn't do and what I just did after reading your message is to
clear the cache folder.
Unfortunately, nothing changed, I still get the same following error
message :

Firefox can(t find the server at the address 
www.mydomain.frurl=assurance-risque-credit-impayes.

Knowing that the domain name isn't the same from one host to the
other, do you think there are some things to change from the app/
config/ folder, especially in the core.php file ?
Moreover, you need to know there are some url rewriting rules in the
root htaccess file such as :


RewriteEngine on

 #--- FR Redirect
RewriteRule ^index.html /assurance-risque-credit-impayes/
index.php [L,R=301]
RewriteRule ^scib.html  /assurance-risque-credit-impayes/
index.php [L,R=301]
RewriteRule ^institutionnel.html  /assurance-risque-credit-
impayes/assureur-credit,pourquoi-choisir-t.php [L,R=301]
RewriteRule ^historique.html  /assurance-risque-credit-impayes/
a-propos,notre-mission.php [L,R=301]
RewriteRule ^espacepresse.html  /assurance-risque-credit-
impayes/index.php [L,R=301]
RewriteRule ^corporate.html  /assurance-risque-credit-impayes/
entreprise,pourquoi-choisir-t.php [L,R=301]
RewriteRule ^lequipe.html  /assurance-risque-credit-impayes/a-
propos-de-t,directeurs.php [L,R=301]
RewriteRule ^expertise.html  /assurance-risque-credit-impayes/
index.php [L,R=301]
RewriteRule ^recrutement.html  /assurance-risque-credit-
impayes/a-propos-de-t,carriere.php [L,R=301]
RewriteRule ^reference.html  /assurance-risque-credit-impayes/
assureur-credit,references.php [L,R=301]
RewriteRule ^instit.html  /assurance-risque-credit-impayes/
partenaires.php [L,R=301]
RewriteRule ^tsquare.html  /assurance-risque-credit-impayes/
partenaires.php [L,R=301]
RewriteRule ^conseil.html  /assurance-risque-credit-impayes/a-
propos-de-t,conseil.php [L,R=301]
RewriteRule ^solutions.html  /assurance-risque-credit-impayes/
solutions.php [L,R=301]
RewriteRule ^recovery.html  /assurance-risque-credit-impayes/
partenaires.php [L,R=301]
RewriteRule ^plandacces.html  /assurance-risque-credit-impayes/
index.php [L,R=301]
RewriteRule ^chiffres.html  /assurance-risque-credit-impayes/a-
propos-de-t,chiffres-cles.php [L,R=301]
RewriteRule ^pageLibre0001021f.html  /assurance-risque-credit-
impayes/contact.php [L,R=301]
RewriteRule ^mentions(.*)l_gales.html  /assurance-risque-
credit-impayes/mentions-legales.php [L,R=301]
RewriteRule ^corporate(.*).html  /assurance-risque-credit-
impayes/entreprise,pourquoi-choisir-t.php [L,R=301]
RewriteRule ^scib.html?lang=---+Votre+langue+  /assurance-
risque-credit-impayes/index.php [L,R=301]
RewriteRule ^conseil.html?lang=---+Votre+langue+  /
assurance-risque-credit-impayes/index.php [L,R=301]
RewriteRule ^recovery.html?lang=---+Votre+langue+  /
assurance-risque-credit-impayes/index.php [L,R=301]
RewriteRule ^tsquare.html?lang=---+Votre+langue+  /
assurance-risque-credit-impayes/index.php [L,R=301]


#--- EN Redirect
RewriteRule ^en/scib.html   /index.php [L,R=301]
RewriteRule ^en/institutionnel.html /credit-risk-solutions/
credit-insurer,why-choose-t.php [L,R=301]
RewriteRule ^en/historique.html /credit-risk-solutions/about-
t,our-mission.php [L,R=301]
RewriteRule ^en/lequipe.html /credit-risk-solutions/about-
t,directors.php [L,R=301]
RewriteRule ^en/espacepresse.html /index.php [L,R=301]
RewriteRule ^en/corporate.html /credit-risk-solutions/
corporate,why-choose-t.php [L,R=301]
RewriteRule ^en/tsquare.html /credit-risk-solutions/
partners.php [L,R=301]
RewriteRule ^en/index.html /index.php [L,R=301]
RewriteRule ^en/instit.html /credit-risk-solutions/
partners.php [L,R=301]
RewriteRule ^en/reference.html /credit-risk-solutions/credit-
insurer,references.php [L,R=301]
RewriteRule ^en/page00010201.html /credit-risk-solutions/legal-
information.php [L,R=301]
RewriteRule ^en/recovery.html /credit-risk-solutions/
partners.php [L,R=301]
RewriteRule ^en/conseil.html /credit-risk-solutions/about-
t,board.php [L,R=301]
RewriteRule ^en/recrutement.html /credit-risk-solutions/about-
t,career.php [L,R=301]
RewriteRule ^en/chiffres.html /credit-risk-solutions/about-
t,key-figures.php [L,R=301]
RewriteRule ^en/contact.html /credit-risk-solutions/
contact.php [L,R=301]
RewriteRule ^en/corporate(.*).html /credit-risk-solutions/
corporate,why-choose-t.php [L,R=301]
RewriteRule ^en/iso_album/2010-07-14prlondonoffice-en.pdf /
index.php [L,R=301]
RewriteRule ^iso_album/
la_tribune_l_acces_au_credit_devient_de_plus_en_plus_diffici

Re: Migration from one host from another

2011-11-29 Thread Jeremy Burns | Class Outfit
A few starters...
- make sure you copy across the .htaccess files (they are often hidden)
- clear down all your cache files (tmp/cache)
- check the file permissions are right (tmp/)
- make sure the database credentials are correct

What specific issues are you facing?

Jeremy Burns
Class Outfit

http://www.classoutfit.com

On 29 Nov 2011, at 15:43, Flo wrote:

> Hi,
> 
> I would like to know if there are any requirements to follow when
> migrating a cakePHP website from one host and domain to another ?
> I am banging my head on the walls for 3 days because I can't manage to
> duplicate a functionning website to my preproduction server.
> 
> I know my question is kind of general but any advice will do.
> 
> Thanks,
> Flo
> 
> -- 
> Our newest site for the community: CakePHP Video Tutorials 
> http://tv.cakephp.org 
> Check out the new CakePHP Questions site http://ask.cakephp.org and help 
> others with their CakePHP related questions.
> 
> 
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
> http://groups.google.com/group/cake-php

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php