I'm facing an issue with a glyphicon from bootstrap in one of my templates on my website. Whenever I try to access the page, a 404 error pops up in the terminal and the icon doesn't appear. What's confusing is that the page works fine as a static page not hosted by my development server. Here's how the directories are organized:
-static
-css
-fonts
-js
-images
-admin
-templates
-relevant template
Here's the error message from one of the unsuccessful requests:
GET /fonts/glyphicons-halflings-regular.ttf HTTP/1.1" 404
It seems like the system is looking for the fonts folder in the root directory. Even when I move the folder there, it still can't locate it. Any suggestions on what might be causing this? Feel free to share any additional information that could help solve this issue. Thank you!