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]
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