Page 1 of 1

[Solved] Move entire website

Posted: Tue Mar 18, 2008 11:42 am
by ravonet
I have a website at one domain that I want to move to another domain.

This I what I did:

1. I downloaded the entire website from the first domain and uploaded it to the other domain.
2. I configured the config.php to match the second domain
3. I exported the database from the first domain
4. I imported the databse to the second domain
5: I run http://second-domain.com/install/upgrade.php (not sure if I have to)

Result:
:) The homepage display fine
:) I can log in to the CMS
:) When I'm logged in all files, pages and data is available

:( But, when I go to a subpage from the homepage the website does not work. I get this mesasge:
Not Found

The requested URL /webdesign/ was not found on this server.
Does anyone have an idea on how to fix this?

Thanks in advance

Re: Move entire website

Posted: Tue Mar 18, 2008 4:30 pm
by cubix
pretty urls? did you have any .htaccess settings on the old domain?

Re: Move entire website

Posted: Tue Mar 18, 2008 4:30 pm
by Pierre M.

Re: Move entire website

Posted: Wed Mar 19, 2008 8:29 pm
by ravonet
cubix: Thanks for reminding me on .htaccess for pretty urls - that was it  :)

Pierre M. Thanks, for the links.