Changes between Version 28 and Version 29 of Howto_Install
- Timestamp:
- Oct 4, 2008 7:20:14 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto_Install
v28 v29 79 79 80 80 '''500 Internal Server Error''':: 81 This is a very common problem. One solution is to either empty out the .htaccess file, or delete it entirely, in the root of the RoundCube installation folder.81 This is a very common problem. The likely cause is !AllowOverride Apache directive is in effect. Try to comment all the lines in .htaccess in the document root and then uncomment one line at a time to find which directives in .htaccess cause the error. If these directives protect some critical files from downloading, ask your hoster or administrator to give you more !AllowOverride rights or include the problem directives from .htaccess file into administrator maintained configuration file. 82 82 83 83 '''Using MySQL - Database Error | Failed Connection''' … … 85 85 http://dev.mysql.com/doc/refman/5.0/en/old-client.html 86 86 87 '''Other Issues''' ::87 '''Other Issues''' 88 88 If you're still having trouble after following the steps above, check out the [http://roundcube.net/support support page] where you'll find information about our forum or the mailing list. We also answered some [wiki:FAQ Frequently Asked Questions] concerning !RoundCube. 89 89
