Skip to content

Instantly share code, notes, and snippets.

@quimo
Created September 12, 2017 07:52
Show Gist options
  • Save quimo/c80e052862d7529a386bf0798d1005b9 to your computer and use it in GitHub Desktop.
Save quimo/c80e052862d7529a386bf0798d1005b9 to your computer and use it in GitHub Desktop.
PHP | Impostazione dinamica del max_execution_time
<IfModule mod_dtimeout.c>
<Files ~ “.php”>
SetEnvIf Request_URI “index.php” DynamicTimeout=300
SetEnvIf Request_URI “themes.php” DynamicTimeout=300
SetEnvIf Request_URI “wp-admin” DynamicTimeout=300
</Files>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment