dqd72925 2012-10-29 14:26
浏览 57
已采纳

.htaccess重写会影响html图像源的url

I am trying to redirect a link like www.mywebsite.com/phpfile/uservalue/ to www.mywebsite.com/phpfile.php?param=uservalue

So my .htaccess file is

Options -Indexes
Options +FollowSymLinks  
RewriteEngine On  
RewriteCond %{SCRIPT_FILENAME} !-d  
RewriteCond %{SCRIPT_FILENAME} !-f  
RewriteRule ^phpfile/(\w*)$ ./phpfile.php?param=$1  

The redirect works well. Now I have a problem. My phpfile.php contains the following html code among other things

<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<img src="logo.png">
</body>
</html>

Now if I enter www.mywebsite.com/phpfile.php?param=uservalue in the browser, the image loads. But if I enter www.mywebsite.com/phpfile/uservalue/ the image does not load.

On inspecting the element, I found that, the php was trying to load http://mywebsite.com/phpfile/logo.png when the image is actually in http://mywebsite.com/logo.png

How do I prevent the extra 'phpfile' folder being added to the image url?

  • 写回答

1条回答 默认 最新

  • doufocheng6233 2012-10-29 14:30
    关注

    You can solve this using relative url instead of <img src="logo.png"/> use <img src="www.mywebsite.com/logo.png"/>" and you will have no problem in the future.

    or if you want can use base element this way <base href="http://www.mywebsite.com"> and you can use it the same way you are using it <img src="logo.png"/>

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line