PDA

View Full Version : Problem moving to another domain


Ricardo
05-05-2007, 01:13 AM
I moved all the files and database to another domain. Everything works except the main page because of ROOT problem.

In the original site it works fine:

http://www.utahvalleylife.com/utah-county-real-estate/

This is the new one:

http://www.utahrealestatesite.com/utah-county-real-estate/

How do I fix that?

Sergey Ten
05-05-2007, 04:26 AM
Hello Ricardo,

Try to run this query:


UPDATE `v21_categories` SET `id` = '0' WHERE `title` = 'ROOT';


Don't forget to change a table prefix.