• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • Most systems these days do rewrites (like Apache mod_rewrite) to keep the query parameters out of the URL. Even for pagination. It’s not necessarily on by default though because they don’t know what environment you’re in so you need to do things to enable it (like copy a .htaccess file and enable it in settings).