I know how to add redirects to Redirection plugin, but my webhost (WPEngine) ignores the .htaccess file where there are not redirects, but “rewrites” that look like this:
​
>\#Store Links
>
>RewriteEngine On
>
>RewriteRule \^1001(.\*)$ [https://elijahstreamsstore.com/offer-1001/]) \[NC,L,R=permanent\]
>
>RewriteRule \^1002(.\*)$ [https://elijahstreamsstore.com/1002]) \[NC,L,R=permanent\]
>
>RewriteRule \^1003(.\*)$ [https://elijahstreamsstore.com/1003]) \[NC,L,R=permanent\]
>
>RewriteRule \^1004(.\*)$ [https://elijahstreamsstore.com/1004]) \[NC,L,R=permanent\]
>
>…
And there are hundreds of these rewrites.
What I’d like to know is ***how can I import these rules into Redirection plugin?***
Thanks for any help.
[ad_2]