URL 404 problem - tracking

I have a problem with phplist

Currently it’s installed in example.com/newsletter/phplistdir/

The panel is admin:
example.com/newsletter/phplistdir/admin

When i send emails, the tracking url is:
http://example.com/newsletter/phplistdir/lists/lt.php?id=fUlRGAceUw

The phplist is adding /lists/ in url, return 404. obviously. I revised all the database and not found nothig about urls /lists/

You probably have specified some values incorrectly.

In the config.php file $pageroot needs to be the path to the phplist directory

$pageroot = '/newsletter/phplistdir';

and on the Settings page the web site domain is simply example.com.

1 Like

You solved my problem, @duncanc
Thank you!