Skip to content

Instantly share code, notes, and snippets.

@dalethedeveloper
Created January 16, 2014 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalethedeveloper/8456902 to your computer and use it in GitHub Desktop.
Save dalethedeveloper/8456902 to your computer and use it in GitHub Desktop.
Power up PHP on Rackspace Cloudsites, WordPress is hungry
# 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