My site is set up with mod_python so that to get to the admin page you go to:
example.com/appname/admin In the admin view the links for logging out and changing password are broken. They use example.com/admin/..., leaving out the appname. How can I fix this? Thanks, Bryan