????? ?? URL ?? ??? ?? ??? ???? ?? ?? ??? ????. ???
? ?????.
localhost/wish/1234.jhtml? ???? localhost/community/detail/1234.jhtml? ?????.
?? Nginx ?? ?? ???
?? ~ ^/wish/$ {
^/(.*)$ ^/community/detail/$1 ?? ???;
}
??? ?? ? ???? 404 ???? ?????. ? ??? ??? ??? ???? ?? ?????!
?? ??? ?? ???????. ??? ?? ????? ???. rewrite ^/wish/(.*).jhtml$ /community/detail/.jhtml permanent;