Browser1.referrer - with routing enabled - php

Hi.

Im using browser1.referrer on my login page to return to the previous page after login.

This worked well for me before in older projects without using routing… so the url used to be something like this.

www.test.com/page.php?value1=a&value2=b&value3=c

And this worked well for me and my paged returned to the above url with all the parameter.

But since using routing… to make the urls friendly to say.

www.test.com/page/a/b/c/
www.test.com/page/a/b/c/?offset=20 with pagination

I cannot get the the referrer to work, could anyone please assist me.

Community Page
Last updated: