Hey everyone I use anchors around my site...im trying to do a redirect but this certain page has a anchor #myacc. My script then does a redirect header('Location: /about');
it keeps the anchor #myacc. How can i lose the anchor using header() ?
thanks