Skip to content

Instantly share code, notes, and snippets.

@idea34
Created November 18, 2011 20:50
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 idea34/1377712 to your computer and use it in GitHub Desktop.
Save idea34/1377712 to your computer and use it in GitHub Desktop.
Joomla .htaccess file changes that may help during the install process
# add these to the standard Joomla .htaccess file, depending on the errors you get
# you'll either get a server error or the install warnings will go away
# Replace 'yoursite.com' if you use the fourth one
php_flag register_globals off
php_flag magic_quotes_gpc on
php_flag display_errors on
php_value session.save_path "/var/www/vhosts/yoursite.com/httpdocs/tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment