#148. iePngFix.htc가 rewrite mod사용시 대상 파일을 찾지 못하는 경우가 생겨서 ie6에서 PNG핵 동작이 안되었는데 이를 .htaccess에 iePngFix.htc에 대해 고정으로 처리하게 하고 iePngFix.htc 내에서 절대경로를 참조하도록 하여 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2528 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-05 07:56:49 +00:00
parent 3530720102
commit f17b1d0153
2 changed files with 4 additions and 1 deletions

View file

@ -49,3 +49,6 @@ RewriteRule ^([a-zA-Z0-9_]+)/writer/(.*)$ ./index.php?mid=$1&search_target=nick_
# module link
RewriteRule ^([a-zA-Z0-9_]+)(/){0,1}$ ./index.php?mid=$1 [L]
# css/img/js/htc등의 경로 처리
RewriteRule ^(.+)/common/js/iePngFix.htc ./common/js/iePngFix.htc [L]

View file

@ -8,7 +8,7 @@
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
// This must be a path to a blank image. That's all the configuration you need.
if (typeof blankImg == 'undefined') var blankImg = './common/tpl/images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
if (typeof blankImg == 'undefined') var blankImg = request_uri+'common/tpl/images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
function filt(s, m)