Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Friendly URL | GET parameters lost Re: Friendly URL | GET parameters lost

#134859
AndrewPham
Participant

So you’re saying that in the above example, while the browser will show the user:
http://example.com/page/design/3

It will actually be able to detect wether a parameter is set or not? Like:
if(isset($_GET[“category”]))

Even though we do not have the real parameter name?

The reason for this being that, in the “back”, the users are actually on:
http://example.com/page.php?category=design&page=3
?

And regarding your personal choice: What do you mean, more exactly, by “redirect everything through index.php”?