> > Unfortunately, I have run into another roadblock. I have this same > problem under IIS and TracD standalone. There are several actions that I > can take in Trac that result in a failed redirect and a page not found. > Logging in (afer successful login), attempting to Logout, and several > other actions (clicking on Submit button in the Settings page) have the > same effect. To summarize, it looks like Trac is attempting a redirect > back to the calling URL, but the URL output by Trac is mangled - > prepended with http://None For example: >
cf my other post | > if I remember well is due to problem with URL-rewriting under IIS | > (even if you use something as ISAPI rewrite). 1st, you don't have URL rewriting by default with IIS 2nd, even if you activate URL rewriting with some ISAPI it does not solve the problem unfortunately the /login URL scheme work with URL-Rewriting the _only_ way I found to make Trac work with URL-rewriting + authentification was to use it under Apache2, cf the other post. zwetan
_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
