주제: 도메인 연결하는 방법좀...
다름이 아니구 제가 현재 pe.kr 도메인을 소유하고 있는데요 제가 서비스 받고 있는 호스팅업체에
http://okyclub.ufree.kr/tc <--이 주소를 okyclub.pe.kr 이거랑 연결시켜달라고 했더니
답변이 완료되었다고 왔습니다..헌데 .htaccess 이 파일을 수정해야지 정상적으로 나온다는데 제가 생초보
라서 무슨말인지 도통 감을 못잡겠습니다..지금 접속하면
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
이렇게 뜨구요 .htaccess 이 파일 내용은
#<IfModule mod_url.c>
#CheckURL Off
#</IfModule>
#SetEnv PRELOAD_CONFIG 1
RewriteEngine On
RewriteBase /tc/
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^(cache)+/+(.+[^/])\.(cache|xml|txt|log)$ - [NC,F,L]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+[^/])$ $1/ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]
RewriteRule ^(.*)$ rewrite.php [L,QSA]
이렇습니다..초보 기준으로 설명좀 해주실분 안계신가요...^^;