【发布时间】:2019-09-20 15:57:55
【问题描述】:
我的网站正在运行,但它没有显示我的项目文件夹中存在的静态文件。我收到此错误
AH01630: client denied by server configuration: /home/ubuntu/project/static/js/homepage.js, referer: http://test.com/home/
这是我的 .conf 文件中的静态配置:
Alias /static /home/ubuntu/project/static
<Directory /home/ubuntu/project/static>
Require all granted
</Directory>
我已经在线关注了答案并添加了 Require all given but still no lucky。
我的其他网站使用相同的配置启动并运行。但这导致了错误。有什么想法吗?
【问题讨论】: