Hey guys, I'm a little stumped. I'm trying to redirect from one page to another, but the only problem is that the browser doesn't remember the page it was redirected from. My current code is just a normal PHP header redirect that doesn't tell the browser to remember the history. Can any of you help me?
If you're using HTTP 3XX redirects, the browser will view the entire transaction as a single pageview. If you want it to sit in the browser's history, I think you need to use a meta refresh. If I may ask, why would you want the redirect page available in the browser history at all?