d slash /
>
> TIA
>
>
>
>
> - Original Message
> From: Milan Tomic
> To: users@httpd.apache.org
> Sent: Wed, March 17, 2010 12:13:52 AM
> Subject: Re: [us...@httpd] VirtualHost & Location
>
>
>
>
>> Why are you using ProxyPass ? You can
:13:52 AM
Subject: Re: [us...@httpd] VirtualHost & Location
> Why are you using ProxyPass ? You can use Redirect if don't want to mask
> that content is coming from your server (and of course save your bandwidth).
I have tried this:
ProxyPass http://localhost:8082/Some
> Why are you using ProxyPass ? You can use Redirect if don't want to mask
> that content is coming from your server (and of course save your bandwidth).
I have tried this:
ProxyPass http://localhost:8082/SomeUrl/
Redirect /SomeUrl/index.html http://www.google.com
Redirect /SomeUrl http:
On Tue, Mar 16, 2010 at 7:34 PM, Brent Davidson wrote:
> On 03/16/2010 05:49 PM, Milan Tomic wrote:
>> Good day,
>>
>> How can I (if it is possible at all) specify that all requests to:
>>
>> /SomeUrl
>> /SomeUrl/
>> /SomeUrl/index.html
>>
>> go to one location and all other requests like
>>
>> /S
On 03/16/2010 05:49 PM, Milan Tomic wrote:
> Good day,
>
> How can I (if it is possible at all) specify that all requests to:
>
> /SomeUrl
> /SomeUrl/
> /SomeUrl/index.html
>
> go to one location and all other requests like
>
> /SomeUrl/somePage.html
>
> go to the other location? I have started edi
On 03/16/2010 05:49 PM, Milan Tomic wrote:
Good day,
How can I (if it is possible at all) specify that all requests to:
/SomeUrl
/SomeUrl/
/SomeUrl/index.html
go to one location and all other requests like
/SomeUrl/somePage.html
go to the other location? I have started editing httpd.conf lik