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
- htaccess – Redirect to subfolder without changing browser URL
- Generic htaccess redirect www to non-www
- How to create custom URL routes?
- How do you create a “virtual” page in WordPress
- Change the “page” slug in pagination
- Understanding add_rewrite_rule
- web.config conflict on IIS
- Rewrite URL variable to custom path
- Rewrite function
- Rename page URL
- WordPress post-type create url rewriting
- help with rewrite_tag and rewrite_rule for custom page GET variables [duplicate]
- WordPress total posts per page changed and now 404 Http error comes out [closed]
- How to redirect a virtual page (e.g. /blog) to the home page?
- How to rename the WordPress wp-login.php running on IIS6?
- Help with url rewrite
- How to change search url produced by ‘s GET method?
- how to rewrite folder name in url to another name
- Add rewrite endpoint and .htaccess
- Use add_rewrite_rule to change subpage url
- Wrong rewrite rules
- Rewrite and replace url wp-admin/edit.php and wp-admin/post-new.php
- Programmatically add a custom url route “/category/index.json” to return a collection of posts in json
- Rewrite rule to simulate page hierarchy results in 404
- Rewrite URLs in a Custom Post Type with Multiple Taxonomies
- Rewrite rule giving 404 error
- Using .htaccess to redirect /da/ to / in URL
- add_rewrite_rule not working with custom variables
- WordPress picks a wrong template if ?cat= is used as URL parameter
- add_rewrite_rule doesn’t work when trying to add a new parameter at the end of URL
- Post pages are redirecting to the 404 page in wordpress
- Standard Regex syntax doesn’t work in WordPress rewrite rule
- How to combine nearly identical custom rewrite rules for WordPress
- Is it possible to use the same slug structure for a taxonomy and for some pages?
- rewrite for subpage seems to loose parameter
- `query_var` values empty in theme file after `add_rewrite_rule` redirection
- Is there a way to use rewrite rules in WordPress to correctly render a page or post?
- URL rewriting problem
- Preserve the url for subpage
- Nesting add_rewrite_rule() with custom page and subcategories
- How to write ReWrite Rule to cut URL?
- How to redirect URL to a subdomain except one folder that needs to go somewhere else
- Can’t understand how to use add_rewrite_rule [closed]