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:
---
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
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
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
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
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.
day, July 29, 2005 4:06 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] mod_rewrite issue
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