Created
January 16, 2014 15:34
-
-
Save dalethedeveloper/8456902 to your computer and use it in GitHub Desktop.
Power up PHP on Rackspace Cloudsites, WordPress is hungry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# append to existing .htaccess | |
# PHP Settings http://www.rackspace.com/knowledge_center/product-faq/cloud-sites | |
php_value memory_limit 512M | |
php_value upload_max_filesize 32M | |
php_value post_max_size 32M | |
php_value max_execution_time 200 | |
php_value max_input_time 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment