I have a site on a server with access to ftp but no SSH.
Because of necessary DNS changes, the homepage of the site is trying to load images from a file path that doesn't exist.
Can I use .htaccess to tell the page where the files are located?
All of the files it is looking for are in a folder, but the nesting structure is different than it was before the DNS change.
Thank you!