Subdomain url issue/bug

when i installed PHPlist in a subfolder other than “list” ex www.domain.com/MAILINGLIST/, when i click on certain menu items i get “unknown 404” beacuse it tries to look in directory www.domain.com/list which does not exist…

for example after an import from csv…if i click on reset import settings it creates the error…

As stated in the config_extended.php file, and the online documentation, copy the following into your config.php file.

# if you change the path to the phpList system, make the change here as well
# path should be relative to the root directory of your webserver (document root)
$pageroot = '/lists';