web目录下的static中访问的问题
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 1.7k
- Forks
- 253
- PR merge metrics
- No merged PRs in 30d
Description
访问static中的.CSS .JS .JPG都可以访问到,访问到.ttf .svg .ico等文件时就会提示‘Source File Not Found’,是我那里设置的问题吗?我尝试访问http://www.billge.cc/static/fonts/glyphicons-halflings-regular.ttf都是可以的,不知道是什么问题。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported requests for .ttf, .svg, and .ico under /static, comparing them with the working .css, .js, and .jpg requests. Inspect the repository's static-file handling and configuration; done means the reported asset types are served successfully without the “Source File Not Found” response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100