Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Either log into Cpanel or use an FTP program to connect to the server.
  • Find the PF.Base/file/settings/server.sett.php file and download a copy to keep as a backup. Then, on the original file, open it in a text editor. 
  • From lines 33 - 35, you will see the following codes:

 

Code Block
languagephp
firstline33
linenumberstrue
$_CONF['core.host'] = 'oldsite.com';
-
$_CONF['core.folder'] = '/oldsubfolder/';

...