ABT 294 - Website Design & Maintenance
Most Common Issues
- When a link is outside of your root directory it will result in a 404 broken link error.
This is evidenced by a link (to a .css, .htm, .jpn, .png or any other file type) prefaced with file:/// or file:\\\
For example: file:\\\H:\abt294\JuliaG\acupunc\css\style.css
- When you link to a folder and there is not index.htm (or default.htm) file in that folder
You must name your homepage index.htm (index.html or default.html will also work) in order for the server to know to parse this page from the directory.
- When you do not upload (synchronized) files to the correct folder on the server. This is evidenced by undesired "nesting" and/or duplicationor folders.
Look at the settings in Site > Manage Sites for the website you are working on. Ensure local folder matches the server root directory (in server settings).