On Tue, Apr 28, 2009 at 10:15 AM, Melanie Pfefer
wrote:
>
> Hi
>
> I did the following redirection:
>
> ProxyPass /abc http://host:7005/
> ProxyPassReverse /abc http://abc:7005/
>
Match trailing slashes in the two arguments (both or none)
--
Eric Covener
cove...@gmail.com
--
Hi
I did the following redirection:
ProxyPass /abc http://host:7005/
ProxyPassReverse /abc http://abc:7005/
Now: http://host/abc/rep/ works but http://host/abc/rep does not work.
any idea how to resolve this?
thanks,
-
Hello there,
I am having this problem with my new server where I could not get it to work.
I am looking to request for a page where my URL ends with a trailing slash.
Example
http://domainmame/directory/filename/
This returns me a 404, Apache is looking it as a directory and not a file
My conf