Skip to content

Commit

Permalink
Redirect to full URL.
Browse files Browse the repository at this point in the history
Backported from master.
  • Loading branch information
theory committed Jan 28, 2010
1 parent 63e9f9d commit 2d44c04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bric/App/ApacheConfig.pm
Expand Up @@ -71,7 +71,7 @@ do {
' PerlAccessHandler Bric::App::AccessHandler',
' PerlCleanupHandler Bric::App::CleanupHandler',
' RedirectMatch '.
'permanent .*\/favicon\.ico$ /media/images/bricicon.ico',
"permanent .*\\/favicon\\.ico\$ http://$hostname/media/images/bricicon.ico",
' TraceEnable off',
);

Expand Down
5 changes: 5 additions & 0 deletions lib/Bric/Changes.pod
Expand Up @@ -39,6 +39,11 @@ are in the first three days of 2010. Thanks to Paul Orrock for the spot (Bug
Fixed an error in L<Bric::Biz::Contact> where a boolean value was not passed
to the database as a boolean. [David Oliveira]

=item *

Fixed the F<favicon.ico> redirect so that it points to a full URL, not just a
URI path. [David]

=back

=head2 Improvements
Expand Down

0 comments on commit 2d44c04

Please sign in to comment.