[SOLVED]Error Placeholders

Hi,

I placed in the footer the placeholders:

[FORWARDURL] → <a href="[FORWARDURL]"> Forward to a Friend </a>
[PREFERENCESURL] → <a href="[PREFERENCESURL]"> PREFERENCES </a>
[UNSUBSCRIBEUR] → <a href="[UNSUBSCRIBEURL]"> UNSUBSCRIBE </a>

But when the user receives the email and clicks the links, you receive the following message:

Not Found
The request document was not found on this server

When testing the phpList relay functionality, you must be logged in as an administrator.

Plase contact the Administrator

phpList version 3.3.1

How can I solve this problem?

[PREFERENCESURL]
You are presenting page 404 error

What is the setting for your $pageroot (in the config file) firstly.

I was able to solve the problems of [PREFERENCESURL] and [UNSUBSCRIBEURL]
but [FORWARDURL], I still get the message “Not Found”

I am using in config.php:
define (“KEEPFORWARDERATTRIBUTES”, 1);
define (“FORWARD_EMAIL_COUNT”, 1);
define (“FORWARD_PERSONAL_NOTE_SIZE”, 500);
define (“FORWARD_ALTERNATIVE_CONTENT”, 1);

I was able to make it work, it was an email error