
RewriteEngine on

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName tdimension.ca
AuthUserFile /home/tdimensi/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/tdimensi/public_html/_vti_pvt/service.grp

RewriteCond %{HTTP_HOST} ^tdimension.ca$ [OR]
RewriteCond %{HTTP_HOST} ^www.tdimension.ca$
RewriteRule ^/?$ "http\:\/\/www\.tdimension\.ca\/tdimension_studios\/index\.html" [R=301,L]

AddType application/rtf .rtf 
AddType text/cache-manifest .appcache
