owszem mam, to mój cały .htaccess:
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 mojastrona.pl
AuthUserFile public_html/_vti_pvt/service.pwd
AuthGroupFile public_html/_vti_pvt/service.grp
Options
AddType application/x-httpd-php .html
Options +FollowSymlinks
RewriteRule mojastrona.pl/konto mojastrona.pl/konto.html [QSA,L]
Oczywiście jako mojastrona.pl podstawiam mój prawdziwy adres strony
Czy coś tu jest nie tak w tym htaccess?
Czemu nikt nie jest w stanie mi pomóc? ;d