리라이트 문의 드립니다.
본문
접속주소 : http://xxx.com/00288/open
요청주소 : http://xxx.com/00288/index.php?type=open
위처럼
/00288/open 으로 접속했을때
/00288/index.php?type=open 페이지에 type값에 open 이 들어가도록 어찌해야하나요?
http://xxx.com/00288/sms
http://xxx.com/00288/index.php?type=sms
이처럼 이동되게 하려 합니다.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^/00288/([^/]*)/([^/]*) /index.php?type=$1 [PT]
</IfModule>
위처럼 했는데 전혀 되지 않네요... 도움 부탁드립니다.
!-->
답변을 작성하시기 전에 로그인 해주세요.