![]() |
Newb: Roundcube installation gone slightly awry...
Hi,
Still battling on...:o (Ubuntu 8.04 LTS) I have roundcube installed in /usr/share/webmail (Mostlly seems Ok. See below) I have Croydon's plugin enabled in ISPc3 to create a webmail folder in each site created by ISPc3. My server is sierra.myserver.com. If I go to myserver.com/webmail I see roundcube I created site www.123.co.uk When I go to www.123.co.uk/webmail I get a ERROR 500 - Internal Server Error! I then did the following: Code:
slowhand@sierra:/var/www/www.123.co.uk/web$ ll/usr/share/webmail/ to /var/www/webmail which in turn goes to /var/www/www.123.co.uk/web/webmail I thought it was the trailing '/' in the first line </usr/share/webmail/> which was the problem so I did Code:
slowhand@sierra:/var/www$ sudo rm webmailI still get the same error as before. How badly did I screw it up? Probably shouldn't wrap two issues in one thread but it might be relevant... Quote:
|
If you get an error when you access a website, then look into the error log of the website and post the exact error message.
|
Quote:
(Thanks as always...) From /var/www/clients/client1/web1/log/error.log Code:
[Thu Jun 11 16:17:15 2009] [alert] [client 192.168.0.6] /var/www/www.123.co.uk/web/webmail/.htaccess: php_flag not allowed here? S |
Remove all php_flag lines from the .htaccess file as they are not allowed in .htaccess files in a hosting setup. Move them to the apache directives field instead if you use mod_php, otherwise remove them completely.
|
Quote:
The /var/www/www.123.co.uk/webmail/.htaccess now looks like this Code:
# AddDefaultCharset UTF-8I didn't add them. Is something wrongly configured somewhere? I still got the Same 5oo error in my browser.. The log file said to remove any php_value flags. The .htaccess now looks like Code:
# AddDefaultCharset UTF-8How did that .htaccess file come to look the way it did? S |
Quote:
|
Quote:
Is there anything I can do to correct this 'globally' or will I have to correct it manually each time I create a site? S |
| All times are GMT +2. The time now is 19:49. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.