phpcm nginx 의사 정적 파일

1434 단어 nginx
rewrite ^/show-([0-9]+)-([0-9]+)-([0-9]+).html /index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3 last;  
rewrite ^/content-([0-9]+)-([0-9]+)-([0-9]+).html /index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3 last;  
rewrite ^/list-([0-9]+)-([0-9]+).html /index.php?m=content&c=index&a=lists&catid=$1&page=$2 last;  
rewrite ^/tag-([^\.]*)-([0-9]+)-([0-9]+).html /index.php?m=content&c=tag&catid=$2&tag=$1&page=$3 last;   
rewrite ^/comment-([0-9]+)-([0-9]+)-([0-9]+).html /index.php?m=comment&c=index&a=init&commentid=content_$1-$2-$3 last;   
rewrite ^/([^\.]*).html /index.php?m=member&c=index&a=$1 last;  

1. 마지막 줄 빼 기
제1조 역할 효과 show - 12 - 120 - 1. html   show - 란 id - 문장 id - 페이지 수. html 제2 조 역할 효과 content - 12 - 120 - 1. html   content - 란 id - 문장 id - 페이지 수. html 제3 조 역할 목록 페이지 전시 효과 목록 - 12 - 2. html   show - 항목 id - 페이지 수. html 제4 조 역할 키워드 목록 페이지 전시 효과 tag -% CA% B1% C9% D0% BC% D2% BE% D3% B7% BD% B0% B8 - 12 - 1. html   show - 키워드 - 항목 id - 페이지 수. html 제 5 조 역할 효과 댓 글 - 12 - 120 - 1. html   댓 글 - 항목 id - 글 id - 페이지 수. html 제6 조 기능 효과 register. html   register.html

좋은 웹페이지 즐겨찾기