• Resolved Mayhem30

    (@mayhem30)


    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!

Viewing 1 replies (of 1 total)
  • Thread Starter Mayhem30

    (@mayhem30)

    I managed to solve this issue by using :

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

Viewing 1 replies (of 1 total)
  • The topic ‘Simple RewriteRule question (please help)’ is closed to new replies.