[Typo3-dev] Direct Mails + realURL Problem

Kraft Bernhard kraftb at gmx.net
Mon Apr 11 18:19:18 CEST 2005


Hallo list,


I'm not knowing if this is just a problem of my realURL configuration or of the Direct Mailer:

If I generate a new Direct Mail "Create direct Mail from this page" and fetch the Mail Content
Urls like:

http://www.myserver.com/?id=20

are generated. If I input this URL into my browser the startpage of the site show's up ? So is
this just my realURL or this is normal behaviour ?

I worked around this by modifying lines 271 and 272 from:
$this->url_html = $this->urlbase."?id=".$row["page"].$row["HTMLParams"];

to

$this->url_html = $this->urlbase."index.php?id=".$row["page"].$row["HTMLParams"];


And please don't react that I should post this to the bugtracker directly because I don't know if
it is a misuse of realURL from my side or if "index.php" was just forgotten (or not thought about)


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50




More information about the TYPO3-dev mailing list