Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save projoomexperts/ab800bd5a06ea3244a8a7861d99e4497 to your computer and use it in GitHub Desktop.
Save projoomexperts/ab800bd5a06ea3244a8a7861d99e4497 to your computer and use it in GitHub Desktop.
siteground dynamic timeout increase
<IfModule mod_dtimeout.c>
<Files ~ ".php">
SetEnvIf Request_URI "RTR_data.php" DynamicTimeout=300
</Files>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment