我想从Windows文件夹中显示文档,但隐藏了文件夹位置



以下是我在SharePoint数据视图中的示例代码,其中@Documentlocation是我的//server/folder/document.pdf位置。当我通过WebPart显示此内容时,它也显示链接。我可以隐藏服务器和文件夹位置详细信息吗?

href=File:@Documentlocation><xsl:value-of select=@documentName

您要寻找的是使用服务器上的.htaccess文件来创建"假"文件路径到实际的子目录。

在此处查看此页面:https://css-tricks.com/forums/topic/htaccess-fake-directory-directory-to-actual-subdirectory/

相关内容

  • 没有找到相关文章

最新更新