我已经配置了以下路径,它采用了2个路径组件,在本地服务器上使用index.html中的 base href =" /" 完美地运行。在生产服务器中部署时,我必须将 base href =" /" 更改为 base href =" ./" 结果路线不起作用。我在这里做错了什么。
const routes : Routes =[{path:":firstPathComponant/:secondPathComponant", component: HomeComponent}]
.htaccess
Options +FollowSymLinks IndexIgnore */* RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.html
答案 0 :(得分:1)
如果
href
文件夹是应用程序根目录,就像示例应用程序一样,请完全按照此处所示设置http://domain.tld/somefolder
值。
如果您的作品网址为href
,则应将<base href="/somefolder">
值设置为{{1}}