url 질문...
안녕하세요
게시판 url이 http://aaa.com/게시판이름/?wr_id=5">http://aaa.com/게시판이름/?wr_id=5 이런형식 인데
http://aaa.com/게시판이름/게시물제목">http://aaa.com/게시판이름/게시물제목
이런형식으로 바꾸고 싶습니다
bbs_shorten.php 만들어서
</span> </p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;"><?php</span></p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;">include_once("_common.php"); </span></p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;">goto_url( bbs_url."/board.php?bo_table=$bo_table&wr_subject=$wr_</span><span style="font-size: 14.6667px;">subject</span><span style="font-size: 14.6667px;">");</span></p><p style="margin-left: 40px;"> </p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;">?></span></p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;">
이거 이렇게 넣고
.htaccess에
</span></p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;"><IfModule mod_rewrite.c></span></p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;">RewriteEngine On</span></p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;">RewriteRule ^([a-zA-Z0-9_]+)/([0-9]+)$ bbs_shorten.php?bo_table=$1&wr_subject=$2</span></p><p style="margin-left: 40px;"> </p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;"></IfModule></span></p><p style="margin-left: 40px;"><span style="font-size: 14.6667px;">
이렇게 해보았는데 잘 안되네요
인터넷보고 이것 저것 시도 해봐도 안되서
질문 남깁니다.
답변 1개
답변에 대한 댓글 3개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
이 게시물 따라하면
주소를 게시물 제목으로 나타낼수있나요?
그냥 짧은주소로는 이미 실행되고 있어서요