RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-09 Thread S. Saberi
. From: ssab...@hotmail.com To: users@httpd.apache.org Subject: RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another Date: Wed, 7 Jul 2010 15:08:44 -0700 Alright, finally got the rewrite log to work and here is what it spits out when I attempt the redirect

RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-09 Thread S. Saberi
@httpd.apache.org Subject: RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another Date: Wed, 7 Jul 2010 15:08:44 -0700 Alright, finally got the rewrite log to work and here is what it spits out when I attempt the redirect described earlier: [07/Jul/2010:15:05:07 --0700

RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-07 Thread S. Saberi
t; Date: Wed, 7 Jul 2010 08:18:23 -0400 > From: cove...@gmail.com > To: users@httpd.apache.org > Subject: Re: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi > script to another > > On Wed, Jul 7, 2010 at 1:41 AM, S. Saberi wrote: > > actually I just put the

Re: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-07 Thread Eric Covener
On Wed, Jul 7, 2010 at 1:41 AM, S. Saberi wrote: > actually I just put the directive into the httpd.conf file and i see that > the log file is being created upon restart of apache. > > But when I invokde the rewrite nothing gets logged into it. > > Any guidance is greatly appreciated. > It's gott

RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-06 Thread S. Saberi
Subject: RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another Date: Tue, 6 Jul 2010 20:12:44 -0700 Please excuse my ignorance I went though that link but I still don't understand how it needs to be defined. Do I have to put it in httpd.conf? Could you please

RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-06 Thread S. Saberi
> Subject: Re: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi > script to another > > On Tue, Jul 6, 2010 at 3:41 PM, S. Saberi wrote: > > I added the the RewriteLog entry but no matter which location i specify I > > get the following error: > > >

Re: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-06 Thread Eric Covener
On Tue, Jul 6, 2010 at 3:41 PM, S. Saberi wrote: > I added the the RewriteLog entry but no matter which location i specify I > get the following error: > > "C:/Program Files/Apache Software Foundation/Apache2.2/scripts/.htaccess: > RewriteLog not allowed here" > > What am I missing here? > Rewrite

RE: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-06 Thread S. Saberi
> From: cove...@gmail.com > To: users@httpd.apache.org > Subject: Re: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi > script to another > > On Fri, Jul 2, 2010 at 1:58 AM, S. Saberi wrote: > > Hi all, > > > > I am getting a 404 error when tr

Re: [us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-03 Thread Eric Covener
On Fri, Jul 2, 2010 at 1:58 AM, S. Saberi wrote: > Hi all, > > I am getting a 404 error when trying to rewrite one cgi script to another > one such as: > > Options FollowSymLinks > RewriteEngine on > RewriteRule ^from.cgi to.cgi Tried with a proper RewriteBase? What does the RewriteLog say? -

[us...@httpd] mod_rewrite - Error when trying to rewrite one cgi script to another

2010-07-01 Thread S. Saberi
Hi all, I am getting a 404 error when trying to rewrite one cgi script to another one such as: Options FollowSymLinks RewriteEngine on RewriteRule ^from.cgi to.cgi With this rule above my expectaion is that the following url: mydomain/cgi-bin/from.cgi will be rewritten to mydomain/cgi-bin/to