I made modification of rules, now it is working fine.
#For post page URLs
RewriteRule ^(.*)-some-category-suffix(.*)-some-category-suffix(.*).jpg.html(.*)$ /category-url/$1$2$3.html [L,R=301]
#For post add-on page URLs
RewriteRule ^(.*)full-size/(.*)-some-category-suffix(.*)-some-category-suffix(.*).jpg-(.*)(.*).html$ /category-url/$1$2$3$4.html?-$5$6 [L,R=301]
#Category URLs
RewriteRule ^(.*)-some-category-suffix(.*)-some-category-suffix(.*)$ /category_url/$1$2$3 [L,R=301]
Related Posts:
- Custom rewrite rule
- How to add custom rewrite rule to .htaccess?
- add_rewrite_rule: $matches var not replaced by captured value
- How to change default page slug?
- SEO Friendly URLs for my plugin categories
- How do I add a add_rewrite_rule without it redirecting?
- 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
- Redirecting all old links from previous EE site to new WP site in one go?
- Server (WordPress) redirects files that are not supposed to (using htaccess)
- Rewrite WordPress Custom URL
- Alias ‘wp-content’ directory to something shorter (framework?)
- 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 ^?
- add_rewrite_rule fro html to another url not working
- Double domain name in category URL-s
- Access files at new location using old file paths
- Url Rewriting a dynamic wordpress page
- My WP_options db rewrite_rules Does Not Work
- Disable Pagination on Pages
- Rewrite Preview URL to include index.php
- .htaccess rewrite
- How to remove wordpress directory slash
- Changed pagination URLS to use p= instead of paged=
- Wildcard forward all posts and pages with few exceptions
- Rewriting “pretty” blog category URL with htaccess / add_rewrite_rule() causes 404 page
- Redirecting /px/?q=x to /px/x/
- URL redirect on updating the post date
- WordPress keeps writing rewrite rules to .htaccess
- Customise particular RSS permalink
- RSS feed rewrite matching wrong rule
- Rewrite vs Redirect from ?p={ID}
- Is WordPress API visible from PHP file called in htaccess
- Redirect htaccess [closed]
- Rewrite specific action url
- 301 Rewriting htaccess
- 404 redirect based on url
- How do I make WordPress revise an .htaccess file a certain way?
- Rewrite rule that wp-login.php?action=register is left alone
- Redirect empty search to another page
- Remove part from dynamic url and redirect
- Pretty URL via Rewrite
- Fresh install redirects to www, breaking page loads
- Broken page redirect
- Redirect A URL Pattern In WordPress Using .htaccess
- Additional .htaccess rules based on wp page
- What is the proper way to use add_rewrite_rule to remove the (question mark)?
- Changes done to .htaccess are not getting reverted back
- Can’t get pretty permalinks to work without index.php
- Rewrite Page Parameters
- WP-Include rewrite directory
- openlitespeed rewrite rules conversion from apache
- Allow requests to resources outside the wordpress folder
- Preventing index.php?category_name=something from redirecting
- Rewrite Rules for Multiple (more than 2) Taxonomies
- add_rewrite_rule not loading correct page nor getting variables
- Custom rewrite rule for backend/admin?
- How to have multiple rewrite endpoints in the same URL?
- add_rewrite_rule is not taking effect in WordPress? .htaccess file doesn’t update
- RedirectMatch and Redirect interfering with each other
- Remove all categories from URL
- Add specific word to default page permalink
- remove query arg from url after set query
- NextGEN Gallery Lightbox – Social Share URL Redirect
- How to disable URL rewriting for specific URLs?
- Custom rewrite_rules – only pass numbers and not alphabetic characters
- 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
- React Router with WordPress
- joomla to wordpress migration and 404 errors issues [closed]
- URL rewriting with custom user meta “/%shop_name%/gallery/%gallery%”
- Custom Rewrite Rules
- URL Rewrite with Custom Variables
- Redirect to another page using contact form 7? [closed]
- Rewrite /category/cars into /topics/cars
- show ALL latest posts with archive.php on example.com/latest
- force www rewrite if wordpress put in a folder
- How to use wp rewrite to hide form action url?
- WordPress Rewrite rule is not working
- Redirect URL to an existing page with query string or #! added on
- remove SLASH on single_post but KEEP on categories and parent pages
- Why wordpress rewrite my custom URL?
- Rewrite rule regex help required
- Rewrite dynamic URLs as pretty URLs in WordPress functions.php (add_rewrite_rule) – what’s wrong with my code?
- WordPress URL redirect and replace ? question mark
- Rewrite Url using .htaccess or hook
- Custom taxonomy Rewrite Rule
- taxonomy term in URL slug won’t forward to the correct term for custom post like it does for default categories/normal posts
- Error 404 wordpress redirecting URL
- I want to add one extra field to my URLs, I’m using Rewrite functions but it doesn’t work
- .htaccess RewriteRule to include post type and taxonomy
- Font Page overrides rewrites
- WordPress Custom Rewrite Rule
- Rewrite function
- WordPress total posts per page changed and now 404 Http error comes out [closed]