* Added redirect from /favicon.ico to /graphics/fsfe.ico.

* Renamed /graphics/fsfeurope.ico to /graphics/fsfe.ico.
* Updated headers to HTML correspondinigly.

svn path=/trunk/; revision=14946
This commit is contained in:
ato 2010-02-15 12:24:24 +00:00
parent ffa9c78103
commit 0258344d6c
3 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
RewriteEngine On
RewriteRule ^favicon.ico /graphics/fsfe.ico [redirect=permanent]
RewriteRule ^(.*)\.no.html /$1.nb.html [redirect=permanent]
RewriteRule ^contact/press(.*) /press/press$1 [redirect=permanent]
RewriteRule ^standards(.*) /projects/os$1 [redirect=permanent]

View File

@ -33,7 +33,7 @@
<xsl:if test="/buildinfo/@language='ar'">
<link rel="stylesheet" media="all" href="/style/rtl.css" type="text/css" />
</xsl:if>
<link rel="shortcut icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/graphics/fsfe.ico" type="image/x-icon" />
<xsl:element name="link">
<xsl:attribute name="rel">alternate</xsl:attribute>
<xsl:attribute name="title">FSFE <xsl:value-of select="/buildinfo/textset/text[@id='menu1/news']" /></xsl:attribute>

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB