Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created March 9, 2013 05:01
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 fbrnc/5122610 to your computer and use it in GitHub Desktop.
Save fbrnc/5122610 to your computer and use it in GitHub Desktop.
.htaccess additions for Magento devboxes
SetEnv MAGE_IS_DEVELOPER_MODE "true"
php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on
php_flag log_errors on
php_value error_log /var/www/magentoplayground/devbox/htdocs/var/log/php_errors.log
# Also don't forget to copy errors/local.xml.sample to errors/local.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment