AngularJs:使用$locationProvider.html5Mode(true)会触发来自https的意外ht



我添加了行

$locationProvider.html5Mode(true);

在我的webapp的app.js中,以便从URL中撤消"#"符号。一旦添加了这一行(甚至只导入locationProvider(,我的网站中的所有请求都会重定向到http(端口80(。

我需要使用https,有人能帮我吗?

谢谢,Laura

尝试添加到头部。

<html>
<head>
<base href="/">
</head>
</html>

您可能还想了解如何使用.htaccess将HTTP重定向到HTTPShttps://www.google.com/amp/s/www.freecodecamp.org/news/how-to-redirect-http-to-https-using-htaccess/amp/

相关内容

  • 没有找到相关文章

最新更新