I have a VPS with WHM and set up a new account (on the same server). Apache version is the same, htaccess options are the same, and the htaccess redirect rules are the same.
For some reason a few of my redirect rules aren’t working having to do with paging.
You snuck your response to ScallioXTX while I was compiling my tome!
It’s just a few that aren’t working.
… is a pretty good indication that there ARE other directives at work which are interfering (ORDER is CRITICAL) so go directly to posting the .htaccess without passing GO!
ScallioXTX covered my second and third questions. The first, however, is whether you’ve confirmed that mod_rewrite is enabled (via phpinfo; if not, try the simple test in the tutorial Article linked in my signature).
If I type in the non-rewritten URL with the correct numbers, it loads fine. The rewrite doesn’t work though.
That’s a pretty strong suggestion that it’s not.
A fourth item might be to post the URI that you’re testing with as many members are testing using something other than what’s specified by the regex.
A tip: TEMPORARILY change the flags from [L] to [R=301,L] to see whether the redirection was actually made.
If none of the above work, there may be something else in your .htaccess which is interfering so please post ALL of it.