Finding the URL of a File
On the Primary Domain
- In FTP or the cPanel File Manager, note the parent folder where the file is stored.
- Doubleclick the folder.
- Continue until you find the file. Note the folders that you had to navigate through the find the file. This list of folders is called the "path".
- Add the filename to the end of the path. If you file was "test.jpg", and you found it inside the "images" folder, which was inside your public_html folder, the path would look like this: " /public_html/images/test.jpg"
- Now, replace the public_html folder name with your primary domain name, like this: "http://yourdomain.com/images/test.jpg".
- Verify that this is correct by navigating to the url and loading the file./
Files on Addon Domains or Subdomains
If you wish to use the URL of an addon or subdomain, replace the "/public_html/subdomainfolder/" part of the path with your addon or subdomain name.