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

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

· 11년 전 · 2169

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를 이용하면 되는 걸로 알고 있는데

 

정말 많이 구글링 했네요.

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

 

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

 

댓글 작성

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

로그인하기

게시글 목록

번호 제목
11800
11798
11797
11796
11795
11794
11793
11792
11791
20314
11785
11782
11781
20312
11780
11778
11773
293
11772
11771
11770
11769
11767
11766
11765