테스트 사이트 - 개발 중인 베타 버전입니다

htaccess를 이용한 짧은 주소 만들기

· 11년 전 · 2168

PHP_FLAG register_globals ON

PHP_VALUE mysql.default_charset UTF8

 

RewriteEngine On

RewriteBase /

#RewriteCond $1 !^(bbs)

 

 

#사용자

RewriteRule /3_file_page_01.php /bbs/board.php?bo_table=paper [L]

RewriteRule /3_file_page_02.php /bbs/board.php?bo_table=util [L]

RewriteRule /3_file_page_03.php /bbs/board.php?bo_table=download [L]

RewriteRule /3_file_page_04.php?(.*) /bbs/board.php?bo_table=notice&$1 [L]

RewriteRule /3_file_page_04_view.php?(.*) /bbs/board.php?bo_table=notice&$1 [L]

 

 

 

RewriteCond $1 !^(inc)

RewriteRule /inc/(.*) /inc/inc/$1 [L]

 

 

 

 

htaccess를 이용하면 되는 걸로 알고 있는데

 

정말 많이 구글링 했네요.

많은 자료가 있지만...  제가 못해서 안되는 것인지..

 

하지만.... 성공 했다능

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
11764
11763
11762
11761
11760
11759
11758
11757
11756
11755
11754
11753
11752
11751
11750
11749
11748
11747
11746
11745
11744
11743
11742
11741
11740