how to manange redirect 301 locally

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
jasongr
Forum Contributor
Posts: 206
Joined: Tue Jul 27, 2004 6:19 am

how to manange redirect 301 locally

Post by jasongr »

Hello people

I am using Apache 2.0.55 Web server as a service on top of Windows machine
I am using PHP as a server side script

During debugging my application locally on 'localhost'
I performed some 301 redirects on some pages.

Now I cannot make Apache forget about these redirects
For example
I used PHP to peform 301 redirect from
http://localhost/test.php?p=1
to
http://localhost/test.php

I now regret this, but everytime I go to http://localhost/test.php?p=1, I am being taken to
http://localhost/test.php

Since this was done locally, I hope there is a way to tell Apache to forget about this changes
Am I right?

Any help would be appreciated
regards
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

You've been here long enough to know better then to double post... :? :?

viewtopic.php?t=45923&highlight=

Locked
Locked