mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#18626368 : remove vid+document_srl rule (it's override same rule for mid+document_srl)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7187 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
07d14171ba
commit
17631ad77f
1 changed files with 2 additions and 3 deletions
|
|
@ -23,8 +23,6 @@ RewriteRule ^admin/?$ ./index.php?module=admin [L]
|
|||
|
||||
# document permanent link
|
||||
RewriteRule ^([0-9]+)$ ./index.php?document_srl=$1 [L]
|
||||
# vid + document permanent link
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/([0-9]+)$ ./index.php?vid=$1&document_srl=$2 [L]
|
||||
|
||||
# mid link
|
||||
RewriteCond %{SCRIPT_FILENAME} !-d
|
||||
|
|
@ -41,4 +39,5 @@ RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([0-9]+)$ ./index.php?vid=$1&mid=$2
|
|||
# mid + entry title
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/entry/(.+)$ ./index.php?mid=$1&entry=$2 [L]
|
||||
# vid + mid + entry title
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/entry/(.+)$ ./index.php?vid=$1&mid=$2&entry=$3 [L]
|
||||
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/entry/(.+)$ ./index.php?vid=$1&mid=$2&entry=$3 [L]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue