Not that I remember actually. I had installed wordpress before though..
Here is the file. See anything wrong there?
"
# -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 unisa.x10hosting.com
AuthUserFile /home/unisa/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/unisa/public_html/_vti_pvt/service.grp
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
AddType ,&quot;application/x-www-form-urlencoded html
AddType application/x-www-form-urlencoded php html
"