mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix 404 when there is a slash after the document URL (XE allowed this)
This commit is contained in:
parent
6c07ce75e6
commit
290ee1b0e8
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@
|
|||
<actions>
|
||||
<action name="dispBoardContent" type="view" permission="list" standalone="false" index="true">
|
||||
<route route="$document_srl:int" priority="100" />
|
||||
<route route="$document_srl:int/" priority="100" />
|
||||
<route route="$document_srl:int/comment/$comment_srl:int" priority="100" />
|
||||
<route route="$document_srl:int/page/$page:int" priority="100" />
|
||||
<route route="category/$category:int/search/$search_target:word/$search_keyword:any" priority="60" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue