Add : 웹 버그 제거
This commit is contained in:
parent
39d0af69af
commit
feefd28392
@ -1,6 +1,12 @@
|
|||||||
Options +FollowSymLinks
|
Options +FollowSymLinks
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
|
# 한글 URL 인코딩 설정
|
||||||
|
<IfModule mod_url.c>
|
||||||
|
ServerEncoding UTF-8
|
||||||
|
ClientEncoding EUC-KR
|
||||||
|
</IfModule>
|
||||||
|
|
||||||
# Internal rewrite for clean URLs to .html files
|
# Internal rewrite for clean URLs to .html files
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user