Forums

[resolved] Simple RewriteRule question (please help) (2 posts)

  1. Mayhem30
    Member
    Posted 4 years ago #

    I have setup a page with WP : test.com/blog/testing/

    I've added a pagenation script to the above WP page. I'm just not sure what the proper syntax I should be using.

    On my old page (non WP) I had it on members.php and I used :

    rewriterule ^members/(.*)$ members.php?page=$1

    How do I convert the above rewrite rule to work on my WP page?

    Thanks!

  2. Mayhem30
    Member
    Posted 4 years ago #

    I managed to solve this issue by using :

    rewriterule ^testing/(.*)$ ^testing/?page=$1

Topic Closed

This topic has been closed to new replies.

About this Topic