Disable Pagination on Pages

Thanks Nick! I thought that would work, and I placed it right after “RewriteEngine On” so it came first.

I did find a working solution for handling it though (after 2 hrs):

RewriteRule ^page/(.*)$ /$1 [G]

In case anyone else needs to do the same …