I have completed the conversion ... now my dilemma ...
phpbb url = www.forum.xxx.com
smf url = www.forum1.xxx.com
How can I changed the smf url to forum instead of forum1?
Help appreciated!!
check your settings.php on your smf directory...
You should rename
public_html/forum ---> public_html/forum_old (or whatever you want to call it...
public_html/forum1 ---> public_html/forum
Then upload and run "repair_settings.php" ;)
Where you able to change the paths?