Public bug reported:

*/htaccess files for ubuntu-releases list the following:

AddIcon /cdicons/folder.png ^^DIRECTORY^^
AddIcon /cdicons/iso.png .iso
AddIcon /cdicons/jigdo.png .jigdo .template
AddIcon /cdicons/list.png .list .manifest .html MD5SUMS MD5SUMS.gpg
AddIcon /cdicons/torrent.png .torrent

With url's such as http://fr.releases.ubuntu.com/7.10/ the file icons
are displayed correctly. However, with url's such as
http://mirrors.gigenet.com/ubuntu/7.10/ the icons do not get displayed
since http://mirrors.gigenet.com/cdicons does not exist (but
http://mirrors.gigenet.com/ubuntu/cdicons does). To fix this, relative
url's should be used for the icons:

AddIcon ../cdicons/folder.png ^^DIRECTORY^^
AddIcon ../cdicons/iso.png .iso
AddIcon ../cdicons/jigdo.png .jigdo .template
AddIcon ../cdicons/list.png .list .manifest .html MD5SUMS MD5SUMS.gpg
AddIcon ../cdicons/torrent.png .torrent

In the kubuntu/*/.htaccess files this needs to look like:

AddIcon ../../cdicons/folder.png ^^DIRECTORY^^
AddIcon ../../cdicons/iso.png .iso
AddIcon ../../cdicons/jigdo.png .jigdo .template
AddIcon ../../cdicons/list.png .list .manifest .html MD5SUMS MD5SUMS.gpg
AddIcon ../../cdicons/torrent.png .torrent

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
[Ubuntu Mirroring] cdicons in htaccess should use relative paths
https://bugs.launchpad.net/bugs/161977
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to