【发布时间】:2011-09-14 16:42:43
【问题描述】:
我设置了一个规则来重写一些链接。
这个网址
http://www.steffiandmihanta.com/images/servane/ms-servane-5_n_nette_h540.jpg
重定向到
http://www.steffiandmihanta.com/main/wp-content/themes/MS-MangoBerry/timthumb.php?src=https://s3-eu-west-1.amazonaws.com/steffiandmihanta/main/wp-content/gallery/servane/ms-servane-5_n_nette.jpg&q=100&h=540
我的 htaccess 是:
RewriteRule ^images/(.*)_h(.*).jpg$ http://www.steffiandmihanta.com/main/wp-content/themes/MS-MangoBerry/timthumb.php?src=https://s3-eu-west-1.amazonaws.com/steffiandmihanta/main/wp-content/gallery/$1.jpg&q=100&h=$2 [NC,L]
如何修改它以不重定向到丑陋的网址?
谢谢
【问题讨论】: