• Resolved davidrahrer

    (@davidrahrer)


    Updraft places this at the top of .htaccess to enable scripts to run long:

    RewriteRule .* – [E=noabort:1]

    It is recommended that this be made more specific so that it doesn’t apply to any and all scripts on the blog that may run long. The recommended version is:

    RewriteEngine On
    RewriteRule SCRIPT_URL – [E=noabort:1, E=noconntimeout:1]

    Can you make any recommendations or otherwise provide the relevant Updraft script URL for the specific script that needs to run long? Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor DNutbourne

    (@dnutbourne)

    Hi,

    I would recommend enabling any UpdraftPlus script to run without an abort.

    The following should allow this:

    RewriteRule ^wp-content/plugins/updraftplus/$ – [E=noabort:1, E=noconntimeout:1]
Viewing 1 replies (of 1 total)
  • The topic ‘Make noabort more specific’ is closed to new replies.