Host Tornado fixpath.sh shell script to fix broken or incorrect paths
Have you ever transferred over your own site or a customers site from another server just to find out that it does not work because the full path has changed? This can commonly happen whenever you transfer over a Joomla, WordPress, Drupal, or any other site but the account now has a username.
So for instance, the path to your public_html folder used to be
/home/myuser/public_html/
but now on the new server it has changed to
/home/myuser2/public_html/
or MySQL usernames changed.
(more…)