[Paste] [webob] referer

2007-10-21 Thread William Dode
Hi, When i use my application through apache proxy i need to retreive a part of the referer, to know the root of my application (i don't know the exact terms...) For example i have http://mydomain.tld/myapp/mypage with this .htaccess in www/myapp/ RewriteRule (.*) http://localhost:/$1 [P]

Re: [Paste] [webob] referer

2007-10-21 Thread Ian Bicking
William Dode wrote: > Hi, > > When i use my application through apache proxy i need to retreive a part > of the referer, to know the root of my application (i don't know the > exact terms...) > > For example i have > > http://mydomain.tld/myapp/mypage > > with this .htaccess in www/myapp/ > R