> But what if I don't want to SCRIPT_NAME to be prefixed to the URL > because it's a link for a different application ? For example if > pylons app has SCRIPT_NAME of "/pylons" but I want to create a URL for > "/blog/newposts" which is served an a different blog application (so > it should not be converted to /pylons/blog/newposts) ?
Well, the current method is to pass in "http://mydomain.com/blog/newposts" which will generate the URL you want. --Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
