Angular CLI:使用base-href生成htaccess

时间:2017-07-31 16:08:51

标签: angular .htaccess webpack angular-cli

使用Angular CLI,可以在构建时设置index.html中的基本href,例如ng --base-href /folder/someproject/。这对自动部署过程非常有用。

但像这样的项目可能需要.htaccess也设置这样的基础:RewriteRule ^(.*) /folder/someproject/index.html [NC,L]

是否可以(使用Webpack?)通过使用base-href在htaccess中设置路径?

0 个答案:

没有答案