Forums

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

Home Forums Back End Rewrite /a/username/p/posts ?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #36858
    schart
    Participant

    I’ve got username working just fine, but I have a “show more posts” button which goes to profile.php?name=$username&l=$limit + 10 So I need to rewrite that one as well.
    Here is my rewrite for the /a/Username thingy:

    RewriteRule ^a/([^/]+)$ profile.php?name=$1

    Can anyone do anything like this where it’s more like ?name=$1&l=$2 and then go /a/$1/p/$2 ?

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.