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 …
Related Posts:
- Changed pagination URLS to use p= instead of paged=
- Change the “page” slug in pagination
- How to add custom rewrite rule to .htaccess?
- Problem with add_rewrite_rule and pagination (paged and page query_vars)
- Disable wordpress pagination URL rewrite for specific page
- SEO Friendly URLs for my plugin categories
- Custom rewrite rules are sending everything to index.php
- WordPress keeps writing rewrite rules to .htaccess
- WordPress Rewrite
- Dynamic URL, not a physical page within the database
- Custom rewrite rule
- Remove “/page/1” from the URL
- hard flush_rewrite_rules() not regenerating .htaccess
- Map alt domain to specific section of website w/o MU
- Rewrite rule to load images from production does nothing
- WordPress rewrite rules don’t need ^?
- Url Rewriting a dynamic wordpress page
- My WP_options db rewrite_rules Does Not Work
- .htaccess rewrite
- Rewriting “pretty” blog category URL with htaccess / add_rewrite_rule() causes 404 page
- WordPress keeps writing rewrite rules to .htaccess
- Customise particular RSS permalink
- RSS feed rewrite matching wrong rule
- Adding a rewrite rule to page that has no fixed variables and pagination
- Rewrite specific action url
- Why is a rewrite rule in wordpress prevent pagination?
- How do I make WordPress revise an .htaccess file a certain way?
- Rewrite rule that wp-login.php?action=register is left alone
- WordPress pagination broken for page 2,3 with custom permalink. Redirects to baseurl
- Pretty URL via Rewrite
- Migration from old CMS to WordPress 301 redirection rules?
- Additional .htaccess rules based on wp page
- What is the proper way to use add_rewrite_rule to remove the (question mark)?
- WordPress total posts per page changed and now 404 Http error comes out [closed]
- Can’t get pretty permalinks to work without index.php
- Wrong rewrite rules
- Rewrite Page Parameters
- WP-Include rewrite directory
- How to create custom URL routes?
- web.config conflict on IIS
- Passing parameters to a custom page template using clean urls
- add_rewrite_rule: $matches var not replaced by captured value
- How-to add rewrite rules to point the uploads folder to a subdomain
- Mod_rewrite delete parameter in 301 Redirect
- add_rewrite_rule not working for page var
- Adding the amp url prefix to the beginning
- Tricky URL rewrite with custom values in url
- Add rewrite rule to call front-page.php?
- Add a query string to ALL links on site
- How make a multi language routes, with rewrite rules or rewrite endpoints?
- Add rewrite rule for rewrite endpoint
- Having trouble with using add_rewrite_rule and pagination
- How to have multiple rewrite endpoints in the same URL?
- Issue with using .htaccess to redirect feedburner feed
- Rewriting URLs in WordPress
- add_rewrite_rule() to route to file other than index.php
- ‘rewrite_rules_array’ or ‘generate_rewrite_rules’ for adding custom rewrite rules?
- Custom rewrite not working
- Rewrite Preview URL to include index.php
- Custom rewrite_rules – only pass numbers and not alphabetic characters
- Rewrite ugly URL to clean URL
- How can I dynamically generate an image with a static image URL?
- Rewrite wp-login.php URLS to static pages?
- Rewrite custom post type URL parameters
- How to remove wordpress directory slash
- Rewrite: WordPress URL rewrite on Search
- React Router with WordPress
- joomla to wordpress migration and 404 errors issues [closed]
- URL rewriting with custom user meta “/%shop_name%/gallery/%gallery%”
- ReWrite rule for files of a previously standalone blog moved to network
- Best way to trigger rewrite rules
- Trouble with question mark in rewrite rule
- website with pretty permalinks except pagination
- Custom url rewriting
- Redirect htaccess [closed]
- What URL rewriting rule should I write to retrieve a var in the URL?
- Do rewrites added with add_rewrite_rule() persist after plugin deletion?
- Add rewrite rule to make Woocommerce product category page seo friendly
- How to change an existing wordpress page rewrite rule?
- URL rewriting in wordpress using parameters
- Rewrite rules – page does not exist
- Rewrite htacess rule doesn’t work
- Why wordpress rewrite my custom URL?
- Rewrite Rules are Redirecting
- Translatepress taxonomy and custom post type root FIX
- Issue with custom rewrite for products and permalinks
- Prefix only some posts with a custom prefix
- How to use a capture from a rewrite rule inside a php file (like single.php)?
- url rewriting on custom post type
- Rewrite rule not redirecting correctly
- Custom taxonomy Rewrite Rule
- Rewrite rule is not working
- Rewrite Rule & Regex – Extract ‘cat-name’ and ‘page-number’ from http://domain.com/custom-post-type/category/cat-name/page/page-number
- Post Type Rewrite Custom
- Rename page URL
- Changes done to .htaccess are not getting reverted back
- Help with url rewrite
- how to rewrite folder name in url to another name
- wordpress category rewrite rule with pagination
- Can’t understand how to use add_rewrite_rule [closed]