[제나플러스] .htaccess 경로에서 bbs_shorten.php을 못찾을 때
본문
서버에서 절대경로인식을 못하는 경우가 있습니다.
이럴때는 ./ 대신에 도메인을 직접 입력해 보시기 바랍니다..
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_]+)$ http://zeronara.net/bbs_shorten.php?bo_table=$1
RewriteRule ^([a-zA-Z0-9_]+)/([0-9]+)$ http://zeronara.net/bbs_shorten.php?bo_table=$1&wr_id=$2
RewriteRule ^([a-zA-Z0-9_]+)/([0-9]+)/([0-9]+)$ http://zeronara.net/bbs_shorten.php?bo_table=$1&wr_id=$2&c=$3
</IfModule>
이럴때는 ./ 대신에 도메인을 직접 입력해 보시기 바랍니다..
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^([a-zA-Z0-9_]+)$ http://zeronara.net/bbs_shorten.php?bo_table=$1
RewriteRule ^([a-zA-Z0-9_]+)/([0-9]+)$ http://zeronara.net/bbs_shorten.php?bo_table=$1&wr_id=$2
RewriteRule ^([a-zA-Z0-9_]+)/([0-9]+)/([0-9]+)$ http://zeronara.net/bbs_shorten.php?bo_table=$1&wr_id=$2&c=$3
</IfModule>
추천1
댓글목록 0
등록된 댓글이 없습니다.