Hello,
I use Apache to proxy all requests to my Pylons app. I used to have the
following mod_rewrite rules which helped to redirect users to www. version
of the site:
RewriteCond %{HTTP_HOST} ^developers\.org\.ua$
RewriteRule (.*) http://www.developers.org.ua/$1 [R=Permanent,L]
After migration to proxied setup these rules (that were in .htaccess file)
stopped worked. I tried it to put it into VirtualHost site configuration
section but it doesn't work still.
Any ideas how to make it work or how to simulate these rules with Pylons?
Max.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---