I can't seem to find the correct way to add a redirect line in a htaccess file, after changing the WordPress permalink structure.
Basically I want to translate this Apache line to OLS:
How hard would it be to build a tool that translates Apache htaccess code to OLS?
Basically I want to translate this Apache line to OLS:
Code:
RewriteRule ^[0-9]{4}/[0-9]{2}/[0-9]{2}/(.*)$ /$1 [R=301,L]