Nov
29
How to edit php.ini file for Drupal installation
Filed Under Drupal |
When you install Drupal, you will be recommended to increase your memory limit to 16M and turn off the global register.
To do that, copy the following lines on the php.ini and upload to your Drupal root directory
register_globals = off
memory_limit = 16M
That’s it.
Comments
2 Responses to “How to edit php.ini file for Drupal installation”
Leave a Reply



Trying to get as much information as I can to see about setting up a site with Drupal. Im looking forward to it, although just a bit worried about making it come together. Thanks for the tid bits and I’m sure to make them work!
That’s it? I’m on wordpress right now and there are 50 more steps than that! I should consider moving from WP…