I have a wordpress site in one domain (say domain1)
Now i created a wordpress in another domain (say domain2)
and put the theme from domain1.
And updated the DB with the Db from domain1
Now while i take new wordpress site’s(ie wordpress in domain2) home page ,it shows a 404 error
Will any one please help
You can’t just put the wordpress tables from one domain into the DB of another domain. There are some configuration values saved on the DB that need to be updated with the name of the new domain.
That could be the source of the 404 error. To solve this, open the SQL or CVS DB file in a text editor and search/replace the old domain name for the new one.