PDA

View Full Version : Admin path in email is incorrect


jmueller
12-27-2004, 05:01 AM
I suspect this is set in one of the configs ...

The approval emails contain the admin url. Something like this:
http://www.sitename.com/review/admin/

But, the url in my emails look like this:
http://www.sitename.com//admin/

(The review folder is missing.)

How do I correct that?

Thanks.

imported_Tim Mousel
12-27-2004, 05:44 AM
In config.php, you need to change:

$directory = "/";

to

$directory = "/review";

Tim