Re: [users@httpd] Redirect from direct traffic

2013-03-07 Thread Ismael Puerto
I have apache 2.2.23 On 06/03/13 19:01, Eric Covener wrote: > On Wed, Mar 6, 2013 at 12:16 PM, Ismael Puerto wrote: >> Hi list >> >> I would like to redirect only direct traffic >> for example: >> >> In you browser, i enter to: www.page1.com -> redirect --- > >> www.page1.com/index2.html >> >

Re: [users@httpd] Redirect from direct traffic

2013-03-06 Thread Eric Covener
On Wed, Mar 6, 2013 at 12:16 PM, Ismael Puerto wrote: > Hi list > > I would like to redirect only direct traffic > for example: > > In you browser, i enter to: www.page1.com -> redirect --- > > www.page1.com/index2.html > > But if the request arrive from link i don't want anything > for exampl

[users@httpd] Redirect from direct traffic

2013-03-06 Thread Ismael Puerto
Hi list I would like to redirect only direct traffic for example: In you browser, i enter to: www.page1.com -> redirect --- > www.page1.com/index2.html But if the request arrive from link i don't want anything for example www.page2.com/tolink.html > www.page1.com is this possible? Bes