作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有 Apache 服务器在 /var/www/html/<angular_root>
下运行 Angular 6 应用程序.我试图添加一个文件夹 /var/www/html/admin/<angular_root>
但我收到错误 Failed to load resource: the server responded with a status of 404 (Not Found)
.你知道我需要实现什么配置吗?
我当前的 apache 配置是:
<Directory /var/www/html/admin>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
最佳答案
你的 Angular 项目(s base href 是错误的。部署应用程序时,在命令行中指定 base-href :
ng build --prod --base-href ./
关于angular - 在 apache 文件夹中部署 Angular 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55342694/
我是一名优秀的程序员,十分优秀!