I'm moving my Joomla site to a new server which requires me to change some things in my configuration file. These two paths, I'm not sure what to change to. $mosConfig_absolute_path = '/home/content/j/a/s/jasonrix/html'; $mosConfig_cachepath = '/home/content/j/a/s/jasonrix/html/cache'; What exactly do these need to be changed to for the new server? I don't understand those paths...
Well that's the path of folder where it was installed previously if you have cPanel on new server then path would be like $mosConfig_absolute_path = '/home/YOUR_USER_NAME/jasonrix/html'; $mosConfig_cachepath = '/home/content/YOUR_USER_NAME/jasonrix/html/cache'; put your cPanel username instead of YOUR_USER_NAME