
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^medior.biz [NC]
RewriteRule ^(.*)$ http://www.medior.biz/$1 [R=301,L]

<FILES "*.html">
ForceType 'text/html; charset=UTF-8'
</FILES>


AuthUserFile  /hsphere/local/home/sksadmin/medior.biz//.htpasswd
AuthGroupFile /hsphere/local/home/sksadmin/medior.biz//.htgroup

AuthName "Protected Area"
AuthType Basic

<FILES .htpasswd>
deny from all
</FILES>

<FILES .htgroup>
deny from all
</FILES>


