On Tue, 2009-01-06 at 08:12 -0700, Corey Shaw wrote:
> Edd,
>
>
>What you're attempting to do is possible using PHP. The "header()"
> function allows you to accomplish what you're trying to do. The
> definition is
> at http://us2.php.net/manual/en/function.header.php. Putting
> "header('Loc
No, it sounds like you're attempting to do what is already being done.
As Krist said, any of those urls you specified will cause Apache to
invoke PHP for topic-guide.php, passing the URL specified section
value in the $_GET super global.
To illustrate this, just create a file on your server, say t
7:00 US/Canada Mountain
Subject: Re: [us...@httpd] 301 Redirect problem on Apache 2.0.50
Thanks Krist..
So basically I'm attempting the impossible?
On Tue, Jan 6, 2009 at 10:42 AM, Krist van Besien < krist.vanbes...@gmail.com >
wrote:
On Tue, Jan 6, 2009 at 11:25 AM, Channe
Thanks Krist..
So basically I'm attempting the impossible?
On Tue, Jan 6, 2009 at 10:42 AM, Krist van Besien wrote:
> On Tue, Jan 6, 2009 at 11:25 AM, Channel Five
> wrote:
> > Hi
> >
> > I have the following URL's
> >
> > http://www.mydomain.com/topic-guide.php
> > http://www.mydomain.com/top
On Tue, Jan 6, 2009 at 11:25 AM, Channel Five wrote:
> Hi
>
> I have the following URL's
>
> http://www.mydomain.com/topic-guide.php
> http://www.mydomain.com/topic-guide.php?section=2
> http://www.mydomain.com/topic-guide.php?section=3
> http://www.mydomain.com/topic-guide.php?section=4
You have
Hi
I have the following URL's
http://www.mydomain.com/topic-guide.php
http://www.mydomain.com/topic-guide.php?section=2
http://www.mydomain.com/topic-guide.php?section=3
http://www.mydomain.com/topic-guide.php?section=4
I want to redirect all those ending in ?section=x to
http://www.mydomain.co