I am running my installation in a subdirectory (http://www.mysite.com/ee) but have my {site_url} set to the root (http://www.mysite.com/)
I notice that the specialty template {notification_removal_url}, which allows one to unsubscribe from comments for example, is using the site URL to build the link:
http://www.mysite.com/?ACT=2&id=4
That’s a problem, since the subdirectory is needed to resolve this correctly.
I can’t see where to change {notification_removal_url}, and am also wondering if this will bite me elsewhere that site_url is used behind the scenes. Perhaps I should set my site_url to http://www.mysite.com/ee/
Would prefer not to, if others have an effective way to deal with this.
Ta.