
Meine Seite hat:
<img src="/?cp_contactformtoemail_captcha=captcha&a=1&b=2&c=image.jpg" id="captchaimg_1" alt="security code" border="0">
Aber es sollte heißen:
<img src="/INDEX.PHP/?cp_contactformtoemail_captcha=captcha&a=1&b=2&c=image.jpg" id="captchaimg_1" alt="security code" border="0">
Wie Sie sehen, muss ich /INDEX.PHP
vor diesem Bild die URL hinzufügen.
Wie füge ich meiner Apache2 .htaccess eine RewriteRule hinzu, um das zu beheben?
1000 Dank!
Antwort1
RewriteRule ^(cp_contactformtoemail_captcha.*image.jpg) /INDEX.PHP/$1