diff --git a/.htaccess b/.htaccess index 107117993..6a1acbd1a 100644 --- a/.htaccess +++ b/.htaccess @@ -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] diff --git a/common/js/iePngFix.htc b/common/js/iePngFix.htc index d6a4ef0e4..63905672e 100644 --- a/common/js/iePngFix.htc +++ b/common/js/iePngFix.htc @@ -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)