Re: [EMAIL PROTECTED] mod_rewrite issue

2006-08-04 Thread SOPRO
Hi Krist, As you sugested, I used LiveHTTPHeaders plugin and I got this: -- http://client1.app.mydomain.com/ GET / HTTP/1.1 Host: client1.app.mydomain.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728

Re: [EMAIL PROTECTED] mod_rewrite issue [SOLVED]

2006-08-04 Thread SOPRO
Hi friends, I solved the problem, modifying the RewrieteRule to: RewriteRule ^/(.*) http://localhost:8080/app/index.do?id=%1 Thanks ! Fabricio. 2006/8/4, SOPRO [EMAIL PROTECTED]: Hi Krist, As you sugested, I used LiveHTTPHeaders plugin and I got this:

Re: [EMAIL PROTECTED] mod_rewrite issue

2006-08-02 Thread Krist van Besien
On 8/1/06, SOPRO [EMAIL PROTECTED] wrote: Hi friends! I have an aplication hosted on a JBOSS server that must receive an id as argument. This id will make the application load the correct template for the typed URL. Eg.: For URL 'client1.app.mydomain.com', the application will load the

[EMAIL PROTECTED] mod_rewrite issue

2006-08-01 Thread SOPRO
Hi friends! I have an aplication hosted on a JBOSS server that must receive an id as argument. This id will make the application load the correct template for the typed URL. Eg.: For URL 'client1.app.mydomain.com', the application will load the template for 'client1'. I trying to do something

[EMAIL PROTECTED] mod_rewrite issue

2005-07-29 Thread Thomas
Hi, I have my site setup like this: index.php?object=objectfunction=functionaction="" . I want to be able to have a url like this: http://mysite.com/object/function/action or morethings. As you can see, I want to map the url directly to my values (.i.e. /object/ to

RE: [EMAIL PROTECTED] mod_rewrite issue

2005-07-29 Thread Axel-Stéphane SMORGRAV
:06 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_rewrite issue ![endif]--![endif]-- Hi, I have my site setup like this: index.php?object=objectfunction=functionaction=actionmorethings . I want to be able to have a url like this: http://mysite.com