我的页面有:
<img src="/?cp_contactformtoemail_captcha=captcha&a=1&b=2&c=image.jpg" id="captchaimg_1" alt="security code" border="0">
但它应该是:
<img src="/INDEX.PHP/?cp_contactformtoemail_captcha=captcha&a=1&b=2&c=image.jpg" id="captchaimg_1" alt="security code" border="0">
正如你所见,我需要/INDEX.PHP
在这张图片前面添加 url。
如何向我的 Apache2 .htaccess 添加 RewriteRule 来解决该问题?
1000 谢谢!
答案1
RewriteRule ^(cp_contactformtoemail_captcha.*image.jpg) /INDEX.PHP/$1