Created
November 18, 2011 20:50
-
-
Save idea34/1377712 to your computer and use it in GitHub Desktop.
Joomla .htaccess file changes that may help during the install process
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
# 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