I have two URLs.
This one works: equipo.php?equipo=sk+gaming&page=2&ipp=24
equipo/sk+gaming.html?开发者_运维百科page=2&ipp=24
equipo/sk+gaming.html
does the same thing as equipo.php?equipo=sk+gaming
, as it should.
My problem is that when using equipo/sk+gaming.html?page=2&ipp=24
, the page
parameter isn't there.
Why am I not getting the page
parameter and how can I fix it?
If you're using Apache's mod_rewrite
, the RewriteRule
probably doesn't have the QSA
flag.
精彩评论