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-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 Firef

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 templa

Re: [EMAIL PROTECTED] mod_rewrite issue

2006-08-01 Thread Joshua Slive
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 templa

[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 l

RE: [EMAIL PROTECTED] mod_rewrite issue

2005-07-29 Thread Thomas
PROTECTED] Sent: 29 July 2005 04:30 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] mod_rewrite issue Haven't tried this at home; my parents won't let me: RewriteRule ^/([^/]+)/([^/]+)/([^/]+) /index.php?object=$1&function=$2&action=$3 Put it into your httpd.conf.

RE: [EMAIL PROTECTED] mod_rewrite issue

2005-07-29 Thread Axel-Stéphane SMORGRAV
day, July 29, 2005 4:06 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mod_rewrite issue

[EMAIL PROTECTED] mod_rewrite issue

2005-07-29 Thread Thomas
    Hi,       I have my site setup like this: index.php?object=object&function=function&action="" .   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. /ob