htaccess remove category if permalink /%post_id%/?tegory%/%postname%/
-
I use permalink /%post_id%/%category%/%postname%/ and get a 404 error if I use this .htaccess code. Do you know what I should use to remove the category?
RewriteRule ^category/(.+)$ https://domain.com/$1 [R=301,L]
- The topic ‘htaccess remove category if permalink /%post_id%/?tegory%/%postname%/’ is closed to new replies.