[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

mmhh

Member
  • Posts

    5
  • Joined

  • Last visited

Community Answers

  1. mmhh's post in [Rank Math SEO Plugin] Strip Category Base was marked as the answer   
    i activated redirection module and redirected all links manually that works but if i export the redirections (export to .htaccess) and deactivate the redirection module and copy the rules in my htaccess it didnt work
    thats how rank math rules looks
    <IfModule mod_rewrite.c>
    RewriteRule ^music\-news$ https://yourdomain.com/category/music-news/ [R=301,L]
    thats not working in htaccess
    i changed it manually to
    RewriteEngine On
    Redirect 301 /music-news/ https://yourdomain.com/category/music-news/
    that works great
     
     
×
×
  • Create New...