• cnedell

    (@cnedell)


    I am uploading a bulk .csv file and I have regex in the source URL and upon upload the plugin removes the “\”.
    Ex.
    Source URL: (?i)^/resources/nameofpdf.pdf\?abcdf=1?$
    New URL: /resources/whitepapers

    Upon upload the sources URL is changed removing the “\” to:
    (?i)^/resources/nameofpdf.pdf?abcdf=1?$ , causing a 404 error.
    If I manually add the “\” back in or manually enter the URL it works fine.

    Please advise as to what I can do to correct this.

    Thank you

    https://wordpress.org/plugins/redirection/

  • The topic ‘Regex removed on upload of .csv file’ is closed to new replies.