PDA

View Full Version : i want an orded in the daesabes chang this link


Hizam
11-03-2008, 04:20 PM
i want an orded in the daesabes chang this link "domain .com " to this link "domain .net "
and think you so much

Hizam
11-04-2008, 04:57 PM
:confused:

Marco van Herwaarden
11-06-2008, 12:00 PM
Do you want to replace this text in all posts? Or what do you exactly want to replce?

Hizam
11-06-2008, 04:05 PM
yes all posts

Eikinskjaldi
11-06-2008, 11:20 PM
update post set pagetext = replace(pagetext,'domain .com','domain.net')


You will need to rebuild your post cache to see the changes.

Both of these operations are very server intensive and will take a loooong time, depending on how many posts you have.

The first one should be run from the command line as a background process