open vbulletin option >> site name / url / contact details >> remove www from your
'forum url' and
'homepage url'.
Quote:
i had try this
update `post` set pagetext = replace (pagetext, 'www.domain.com', 'domain.com')
or
update `post` set pagetext = replace (pagetext, 'http://www.domain.com', 'http://domain.com')
but its not works, its just says Affected Rows: 0 (3.0977s)
|