| When you're making a link from one page of your website to another, it's important to use the proper capitalization, since Linux is case-sensitive. In other words, a link to "resources.html" and "Resources.html" are, indeed, links to two different pages! Likewise, a link to "file.pdf" will not work the same as "File.pdf" on the web server, even if it does work properly on your computer. Notably, Windows and Macintosh operating systems do not care about capitalization in file names. Linux (which runs most web servers) however, does. Same goes for spaces. It's best practice to avoid spaces in filenames that will be accessed on a web server, using a dash or underscore charater instead. If you don't, people will still be able to access your file if it's linked properly, but it will look different that you might expect and may be somewhat confusing. So if you're linking "My File.pdf" and upload it, on your website, the link will show up on most web servers as My%20File.pdf. Instead, use one of the following varations:
Best practice is to choose your naming convention and stick to it. |
Powered by WHMCompleteSolution