Re: hide url in apache2

2011-02-04 Thread Boyd Stephen Smith Jr.
In , Jesus arteche wrote: >yes with mod_rewrite I got hide the folder in the url...but just for the one >of the initilization. "the one of the initialization" -- this phrase confuses me and I'm a native speaker. Do you mean "the first request"? >When I "play" with the app the folders still >ap

Re: hide url in apache2

2011-02-04 Thread Jesus arteche
yes with mod_rewrite I got hide the folder in the url...but just for the one of the initilization. When I "play" with the app the folders still appearing...my rewrite rule is: RewriteEngine on RewriteRule^$ app/webroot/[L] RewriteRule(.*) app/webroot/$1 [L] some idea 2011

Re: hide url in apache2

2011-01-31 Thread Bob Proulx
Jesus arteche wrote: > I have a web application running in apache2, www.example.com. When I put > this on the navigator it goes to www.example.com/users/login. I want the > client just see www.example.com in the url of the navigator. And the same > for the others webs in the application. There is s

Re: hide url in apache2

2011-01-29 Thread Boyd Stephen Smith Jr.
In , Jesus arteche wrote: >Hi guys, > >I have a web application running in apache2, www.example.com. When I put >this on the navigator it goes to www.example.com/users/login. I want the >client just see www.example.com in the url of the navigator. And the same >for the others webs in the applicati

Re: hide url in apache2

2011-01-29 Thread Camaleón
On Sat, 29 Jan 2011 13:38:05 +0100, Jesus arteche wrote: > I have a web application running in apache2, www.example.com. When I put > this on the navigator it goes to www.example.com/users/login. I want the > client just see www.example.com in the url of the navigator. And the > same for the other

Re: hide url in apache2

2011-01-29 Thread Jesús M. Navarro
Hi, Jesus: On Saturday 29 January 2011 13:38:05 Jesus arteche wrote: > Hi guys, > > I have a web application running in apache2, www.example.com. When I put > this on the navigator it goes to www.example.com/users/login. I want the > client just see www.example.com in the url of the navigator. And

Re: hide url in apache2

2011-01-29 Thread Roman Khomasuridze
Doesn't Apache mod_rewrite fit your needs? Regards Roman

Re: hide url in apache2

2011-01-29 Thread godo
On 01/29/2011 01:38 PM, Jesus arteche wrote: Hi guys, I have a web application running in apache2, www.example.com . When I put this on the navigator it goes to www.example.com/users/login . I want the client just see www.example.com

hide url in apache2

2011-01-29 Thread Jesus arteche
Hi guys, I have a web application running in apache2, www.example.com. When I put this on the navigator it goes to www.example.com/users/login. I want the client just see www.example.com in the url of the navigator. And the same for the others webs in the application. There is some way to do this