Hello, I am trying to redirect url to my turbogears app. I have the app working on port 8081
I have added this code to my httpd.conf but it doesn't work RewriteEngine On RewriteRule ^/users/(.*) http://127.0.0.1:8081/users/$1 [P] Modrewrite is enabled. start-users.py prod.cfg is running properly. Why is http://lcoalhost/users not working? Any idea? Lucas -- TurboGears from start to finish: http://www.lucasmanual.com/mywiki/TurboGears --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

