From dcd61fefe275870aa52b6e29970851e18412cccb Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 21 Jul 2008 08:24:27 +0000 Subject: [PATCH] =?UTF-8?q?.htaccess=EC=9D=98=20rewrite=20rule=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=EB=A1=9C=20=EB=85=84/=EC=9B=94=EB=B3=84=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=EA=B8=80=20=EB=AA=A9=EB=A1=9D=20=EB=A7=81=ED=81=AC?= =?UTF-8?q?=EB=A1=9C=20=EC=A0=91=EA=B7=BC=EC=8B=9C=20=EB=8C=80=EC=83=81?= =?UTF-8?q?=EC=9D=84=20=EC=B0=BE=EC=9D=84=20=EC=88=98=20=EC=97=86=EB=8B=A4?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4398 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index a17e471ff..1915f7476 100644 --- a/.htaccess +++ b/.htaccess @@ -54,7 +54,7 @@ RewriteRule ^([a-zA-Z0-9_]+)/page/([[:digit:]]+)$ ./index.php?mid=$1&page=$2 [L] RewriteRule ^([a-zA-Z0-9_]+)/category/([[:digit:]]+)$ ./index.php?mid=$1&category=$2 [L] # mid + act + document_Srl -RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([[:digit:]]+)$ ./index.php?mid=$1&document_srl=$3&act=$2 [L] +RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z])([a-zA-Z0-9_]+)/([[:digit:]]+)$ ./index.php?mid=$1&document_srl=$4&act=$2$3 [L] # mid + document_Srl + page RewriteRule ^([a-zA-Z0-9_]+)/([[:digit:]]+)/page/([[:digit:]]+)$ ./index.php?mid=$1&document_srl=$2&page=$3 [L]