I have a blog that is run behind a proxy server. I have everything working great using CGIPath, but no one can log in to comment. I can login through the admin screen, but anyone needing to register or login to comment on entries gets a 404. The problem is, the comment page seems to be one of the few that uses auto-discovery for the baseURL. So, it sends them to the actual server folder, instead of the proxied folder. How can I fix this?
URL for blog comments is: http://www.mysite.com/blogs/mt-comments.cgi
Location in folder on proxied server is: /example/blogs/mt-comments.cgi
When I click to login, I get a 404 and the address is: http://www.mysite.com/example/blogs/mt-comments.cgi
For some reason, the actual comments page is correct, while the post action address is not.