how to manange redirect 301 locally
Posted: Wed Mar 22, 2006 7:42 am
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
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