gpt4 book ai didi

angular - 在 apache 文件夹中部署 Angular 应用程序

转载 作者:行者123 更新时间:2023-12-02 07:18:06 32 4
gpt4 key购买 nike

我有 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 ./

供引用https://angular.io/guide/deployment

关于angular - 在 apache 文件夹中部署 Angular 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55342694/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com