I made these changes to RT_SiteConfig.pm for proxy:
            Set($WebBaseURL , "http://rt.doodah.edu";);
            Set($WebPath    , "http://portal.doodah.edu/rt";);
            Set($WebImagesURL , $WebPath . "/NoAuth/images/");
RT screens display as expected. However "subject" situation occurs.

Without these changes, as shown below, RT works as expected.
            Set($WebBaseURL , "http://rt.doodah.edu";);
            Set($WebPath    , "");
            Set($WebImagesURL , $WebPath . "/NoAuth/images/");

What am I missing?

Thanks, in advance, for your help,

Mike
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sa...@bestpractical.com


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to