[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 directive into the httpd.conf file and i see that
> > the log file is being created upon restart of apach
te one cgi
> script to another
>
> 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 nothi
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
give me an example?
> Date: Tue, 6 Jul 2010 15:52:15 -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 Tue, Jul 6, 2010 at 3:41 PM, S. Saberi wrote:
>
> 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:
> >
>
> 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
Hi all, I really am desperate for an answer on this. I have been searching
forums and reading up on the documentation, but i have not figured this out yet.
Can someone please give me some guidance? Is my question asked in an incorrect
way? What can I do to obtain an answer on this.
An
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