Quote:
Originally Posted by fariborz khan
if I change my domain name what I must do?
I like this mod
mark as installed
|
Essentially you would have to run a query to replace the references in your posts like:
Code:
UPDATE post SET pagetext=REPLACE(pagetext, '1st.com', '2nd.com')
or fix the issue in your .htaccess file if you still have both domains pointing to the same webspace.