Hi,
I checked out the latest SNV today and I immediately got a ‘500 internal server error’ message when I tried to use it. I tracked the problem down to this in the .htaccess file in the root, added in r1948:
<IfModule mod_alias.c> Redirect /favicon.ico /skins/default/images/favicon.ico </IfModule>
My Apache logs say ‘Redirect to non-URL’. I did some checking and as far as I can see when you use Redirect the destination has to be a full URL. I tried replacing it with Alias but that is not allowed in .htaccess files.
Is it just me, is there some server config I am missing? Assuming that it is does work will a redirect like this not cause problems with the skinning, end users can select a skin in their prefs but they cannot alter the .htaccess file to point to the appropriate place.
Regards,
Phil _______________________________________________ List info: http://lists.roundcube.net/dev/
On Fri, 10 Oct 2008 19:16:12 +0100, Phil Weir roundcube@tehinterweb.co.uk wrote:
Hi,
I checked out the latest SNV today and I immediately got a ‘500
internal
server error’ message when I tried to use it. I tracked the problem
down
to this in the .htaccess file in the root, added in r1948:
<IfModule mod_alias.c> Redirect /favicon.ico /skins/default/images/favicon.ico </IfModule>
My Apache logs say ‘Redirect to non-URL’. I did some checking and as far as I can see when you use Redirect the destination has to be a full URL. I tried replacing it with Alias but that is not allowed in .htaccess files.
Is it just me, is there some server config I am missing? Assuming that it is does work will a redirect like this not cause problems with the skinning, end users can select a skin in their prefs but they cannot
alter
the .htaccess file to point to the appropriate place.
Regards,
Phil _______________________________________________ List info: http://lists.roundcube.net/dev/
I have just seen this ticket opened on trac so I guess it's not just me :/ http://trac.roundcube.net/ticket/1485491 _______________________________________________ List info: http://lists.roundcube.net/dev/
Don't assume RC is installed in the root of a Webhost; most times it
is not so this has no effect at all.
Instead add the RC favicon using the correct (and working, but non- standard) meta-tag.
br Mike
Phil Weir wrote:
On Fri, 10 Oct 2008 19:16:12 +0100, Phil Weir roundcube@tehinterweb.co.uk wrote:
Hi,
I checked out the latest SNV today and I immediately got a ‘500
internal
server error’ message when I tried to use it. I tracked the problem
down
to this in the .htaccess file in the root, added in r1948:
<IfModule mod_alias.c> Redirect /favicon.ico /skins/default/images/favicon.ico </IfModule>
My Apache logs say ‘Redirect to non-URL’. I did some checking and as far as I can see when you use Redirect the destination has to be a full URL. I tried replacing it with Alias but that is not allowed in .htaccess files.
Is it just me, is there some server config I am missing? Assuming that it is does work will a redirect like this not cause problems with the skinning, end users can select a skin in their prefs but they cannot
alter
the .htaccess file to point to the appropriate place.
Regards,
Phil _______________________________________________ List info: http://lists.roundcube.net/dev/
I have just seen this ticket opened on trac so I guess it's not just me :/ http://trac.roundcube.net/ticket/1485491
What version of Apache are you using?
Michael Baierl wrote:
Don't assume RC is installed in the root of a Webhost; most times it
is not so this has no effect at all.Instead add the RC favicon using the correct (and working, but non- standard) meta-tag.
br Mike
Please see http://trac.roundcube.net/ticket/1485375
On Sat, 11 Oct 2008 01:39:13 +0400, "Dennis P. Nikolaenko" dennis@nikolaenko.ru wrote:
Phil Weir wrote:
On Fri, 10 Oct 2008 19:16:12 +0100, Phil Weir roundcube@tehinterweb.co.uk wrote:
Hi,
I checked out the latest SNV today and I immediately got a ‘500
internal
server error’ message when I tried to use it. I tracked the problem
down
to this in the .htaccess file in the root, added in r1948:
<IfModule mod_alias.c> Redirect /favicon.ico /skins/default/images/favicon.ico </IfModule>
My Apache logs say ‘Redirect to non-URL’. I did some checking and
as
far as I can see when you use Redirect the destination has to be a full URL. I tried replacing it with Alias but that is not allowed in .htaccess files.
Is it just me, is there some server config I am missing? Assuming that it is does work will a redirect like this not cause problems with the skinning, end users can select a skin in their prefs but they cannot
alter
the .htaccess file to point to the appropriate place.
Regards,
Phil _______________________________________________ List info: http://lists.roundcube.net/dev/
I have just seen this ticket opened on trac so I guess it's not just me :/ http://trac.roundcube.net/ticket/1485491
What version of Apache are you using?
I am using Apache 2.2.3. r1973 has fixed the problem.
Thanks for such a rapid response! _______________________________________________ List info: http://lists.roundcube.net/dev/