Make noabort more specific
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Make noabort more specific’ is closed to new replies.