match URL into $ with ^(.*)/profile-(username|uid)-(.+?)\.html?*(.*)$
if matched then
set URL = $1/viewpro.php?$2=$3&$4
match URL into $ with ^(.*)/space-(username|uid)-(.+?)\.html?*(.*)$
match URL into $ with ^(.*)/profile-(username|uid)-(.+?)\.html\?*(.*)$
if matched then
set URL = $1/viewpro.php?$2=$3&$4
match URL into $ with ^(.*)/space-(username|uid)-(.+?)\.html\?*(.*)$