Re: [users@httpd] Problems with mod_rewrite

2011-04-02 Thread Greg Allen
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 simple rewrite p

Re: [users@httpd] Problems with mod_rewrite

2011-04-02 Thread Eric Covener
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 > simple rewrite program > written in perl. I have configured rewrite in the httpd.conf file and > turned on logging. It lo

[users@httpd] Problems with mod_rewrite

2011-04-02 Thread Greg Allen
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