mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
rewrite mod사용시 년/월 또는 년/월/일의 정규표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2449 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e7964e188e
commit
ed263d7f51
1 changed files with 2 additions and 2 deletions
|
|
@ -36,10 +36,10 @@ RewriteRule ^([a-zA-Z0-9_]+)/category/([[:digit:]]+)$ ./index.php?mid=$1&categor
|
|||
RewriteRule ^([a-zA-Z0-9_]+)/category/([[:digit:]]+)/page/([[:digit:]]+)$ ./index.php?mid=$1&category=$2&page=$3 [L]
|
||||
|
||||
# mid + search target regdate (year+month)
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/([[:digit:]]+){0,4}/([[:digit:]]+){0,2}$ ./index.php?mid=$1&search_target=regdate&search_keyword=$2$3 [L]
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/([[:digit:]]+)/([[:digit:]]+)$ ./index.php?mid=$1&search_target=regdate&search_keyword=$2$3 [L]
|
||||
|
||||
# mid + search target regdate (year+month+day)
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/([[:digit:]]+){0,4}/([[:digit:]]+){0,2}/([[:digit:]]+){0,2}$ ./index.php?mid=$1&search_target=regdate&search_keyword=$2$3$4 [L]
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/([[:digit:]]+)/([[:digit:]]+)/([[:digit:]]+)$ ./index.php?mid=$1&search_target=regdate&search_keyword=$2$3$4 [L]
|
||||
|
||||
# mid + search target tag
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/tag/(.*)$ ./index.php?mid=$1&search_target=tag&search_keyword=$2 [L]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue