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

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

· 11년 전 · 2165

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

 

정말 많이 구글링 했네요.

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

 

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

 

댓글 작성

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

로그인하기

게시글 목록

번호 제목
11690
11689
11688
11687
11686
11685
11684
11682
11679
11675
11674
11673
11669
11668
11667
11658
11657
11635
11633
11632
20292
11631
11630
11628
11625