在Flipbuilder中重写URL

时间:2017-10-30 06:30:45

标签: .htaccess google-chrome laravel-5.2 base-url

我要求缩短网址,所以我这样做:
from thishttps://dittmagasin.no/resources/uploads/releases/zipfiles/kondis_06_2017/)至thishttps://dittmagasin.no/kondis/utgivelser/kondis_06_2017)使用

<base href="/resources/uploads/releases/zipfiles/kondis_06_2017/" />

进入index.php,并将规则写入Laravel .htaccess,即:

RewriteRule [a-z]/utgivelser/reis_03_2017/(.*)?$  resources/uploads/releases/zipfiles/reis_03_2017/$1 [NC,L]

问题:每当我尝试通过点击Chrome中的打印图标从this“打印”时。它弹出“空白页”。但它在Firefox中运行良好 这些pdf是使用Flipbuilder创建的。

任何建议将不胜感激。感谢

0 个答案:

没有答案