to me
Cheers,
Dirk
On 03.04.2011, at 19:37, Greg Allen wrote:
I am trying to use mod_rewrite to rewrite URLs coming into my server and have
the resulting value from mod_rewrite processed by mod_jk. Here's the relevant
section of my httpd.conf file:
DocumentRoot /home/webadmin/localhos
I am trying to use mod_rewrite to rewrite URLs coming into my server and
have the resulting value from mod_rewrite processed by mod_jk. Here's
the relevant section of my httpd.conf file:
DocumentRoot /home/webadmin/localhost/html
SuexecUserGroup webadmin webadmin
ServerAdmin "webadmin@locahos
Thanks! That was it. I knew it was something simple
-- Greg
On 4/2/2011 5:01 PM, Eric Covener wrote:
You have to capture something to use $1 as your key
On Apr 2, 2011 4:19 PM, "Greg Allen" wrote:
Hello,
I am having problems getting mod_rewrite to work for me. I have a
simp
Hello,
I am having problems getting mod_rewrite to work for me. I have a
simple rewrite program
written in perl. I have configured rewrite in the httpd.conf file and
turned on logging. It looks
as though my map program is being called, but no value is being returned
from the program (as
you