gpt4 book ai didi

Angular2路由到静态txt文件

转载 作者:行者123 更新时间:2023-12-05 08:11:59 26 4
gpt4 key购买 nike

我正在尝试验证需要我网站根文件夹中的 .txt 文件的服务,但问题是我已经有一个 angular2 路由器路由可以获取所有请求,它也可以获取这个请求:

{ path: ':tag', component: AppHomeShareComponent},

我需要从这个路由器中分离出/file.txt,我该怎么做?我一直在寻找一种解决方案来路由该特定路径,但找不到。

期待您的帮助!

最佳答案

这与路由无关,但与您的重写规则直接相关,您必须将文件存在作为异常(exception)。

在 ASP.NET 应用程序中,它将是这样的:

<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />

在 Apache 上下文中,规则异常(exception)是:

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

关于Angular2路由到静态txt文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41012362/

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