[SOLVED] UNSUBSCRIBEURL wrong

Hello,
I just set up phplist 3.2.5. I think that I mixed up something with the url: my domain is www.domain.de/phplist/ when i enter this i a browser the result is https://www.domain.de/phplist/.
On the php Admin-page “settings” I entered “domain.de/phplist” as website-address and “domain.de” in the next line “domain name of the server for email”.
Everything works fine but in the emails e.G. the unsubscribe-link is "https://domain.de/phplist/phplist/lt.php?id=fE0HHQZSHgc"
The folder “phplist” is duplicate? When I remove one phplist/ from the link it works fine.

Stefan

Your domain is simply www.domain.de
The ‘phplist’ part is specified in the config.php file.

thanks for your reply. In the config.php I’ve the lines
$pageroot = '/phplist";
$adminpages = ‘/phplist/admin’;
When I change the domain to www.domain.de the non-Admin-pages don’t work anymore: in the link to “add to new list” the folder “/phplist” is missing in the link.

@teneco Have you installed release 3.2.5 or upgraded from an older release?
The variable $adminpages is no longer used so where did you get that from?

I don’t understand what you are referring to. Where is “add to new list”?
You possibly need to change some of the entries on the Settings page, such as “URL where subscribers can sign up”.

The most important first; it works now, thanks.

The variable $adminpages is no longer used so where did you get that from?

I googled my problem and found those variables.

I don’t understand what you are referring to. Where is “add to new list”?

“Subscribe to our Newsletters”

The entry “URL where subscribers can sign up” had to be changed.