Changing the url from the default... somethings wrong

Hi.

The default is something like::

https://1.2.3.4/lists/admin

I’ve changed the “lists” to “phplist” in the apache/conf process…

However, something within the php app is required to be set from “lists” to “phplist” in order to function correctly.

I’m missing the attribute/setting that needs to be modified.

Pointers would be useful!

thanks

Simply add the following line to your phplist/config/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 = '/phplist';
1 Like

It doesn’t works well…

I have install PHPList in the repertory :
www.mydomain.yyy/Newsletters/lists/

PHPList works but when you click to do an action, the adress of return is not “www.mydomain.yyy/Newsletters/lists/admin” but “www.mydomain.yyy/lists/admin” with the error 404 :

> Not Found
> The requested URL /lists/admin/ was not found on this server.
> Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

For example :
I go to “List of campaigns” -> “Active” -> in the list of campaign, click on the button “suspend”
==> the campaign is well suspended, but I have the message error 404…
PHPList does not generate a good address of return.

Kind regards

Eddy