Imported rewrite rule doesn’t work
-
RewriteRule works when it’s on .htaccess but when I imported it to the plugin, it doesn’t.
Original .htaccess code:
RewriteRule ^influential-business-books/([A-Za-z0-9_-\s\.]+)/?$ /influential-business-books/ [R=301,L]After importing, plugin changed it to (viewed it by exporting another htaccess):
RewriteRule /^influential-business-books/([A-Za-z0-9_-\s.]+)/?$ /influential-business-books/ [R=301,L] {didn’t work – note character changes – first / and removed \ before .}I edited the rule to make it the same as the original:
https://prntscr.com/iv2ldo
Still didn’t workThe page I need help with: [log in to see the link]
- The topic ‘Imported rewrite rule doesn’t work’ is closed to new replies.