텍스트큐브 htaccess 설정중인데

RewriteEngine On
RewriteBase /tc/
RewriteRule ^(thumbnail)/([0-9]+/.+)$ cache/$1/$2 [L]
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 ^(.*)$ rewrite.php [L,QSA]

요골로 설정되있거든

/tc/ 이하 에 적용되는 rule이잖아

근데 /tc/만 index를 허용하고싶은데 (127.0.0.1/tc/index.php 로 출력되도록) 익숙하질 않은데다 구글링해서 봐도 비슷한 구현한 사람이 없네

좀 도와줭 ㅠㅠ