You may experience an issue where web based scripts timeout before they complete, this can often generate a 'Request Time-out' to be displayed within your browser. This can include but is not limited too WordPress plugins such as wpbackup, Wordfence scans, BackupBuddy, Duplicator or WP Clone whereby you’re using a script plugin to generate and shift backups to offsite locations such as Dropbox.

To overcome this issue (set the time out period to no limit), please add the following line to the top of .htaccess file within the public_html directory:

RewriteEngine On
RewriteRule .* - [E=noabort:1]
RewriteRule .* - [E=noconntimeout:1]
Byla tato odpověď nápomocná? 0 Uživatelům pomohlo (1 Hlasů)