Forums / Setup & design / index.php problem
Alessandro Cipriani
Friday 25 June 2004 8:14:22 am
hi all in my site i have (among the others) these features: a forum a newslettera user/register page
in my site.ini.append i wrote:
[SiteSettings] LoginPage=embedded SiteName=CorporateSiteURL=myhost/index.php
notification works fine either for the forum and the newsletter: a mail is sended to the subscribed user and the link to view the news/forum_topic is "http://myhost/index.php/forum" or "http://myhost/index.php/newsletter"
the problem arrives when the mail is sended to the just-registered user:the link he has to follow to confirm his account is
"http://myhost/index.php/index.php/user/activate..." with two "index.php"!
anyone has the solution?if i change the site setting by deleting the "/index.php" the confirmation link is ok, but the others 2 feature (forum and newsletter) have a not working link!
is there a way to make it work both?
best regardsalessandro
Maarten Holland
Wednesday 30 June 2004 8:08:41 am
A short reply (don't have time to check it now),
I guess there is a template file for these e-mails. You should search for such a template for the confirmationmail. I suppose that one contains a fault.
Good luck,
Maarten