i dont think you should need any <files directives
what version of apache and OS is the server running?
are you using any subdomains or something like
freehosting.com/~userdir/ ?????????
first, try making the directory hasla, just make it empty
if theres no change, delete it, then:
change the htaccess to this
Code: Select all
RewriteEngine On
RewriteRule ^hasla/(ї^/]+)$ http://%{SERVER_NAME}/hasla.php?link=$1 їL]
that should rewrite it,, but without a redirect(internal rewrite)
if still no work, change htaccess to this:
Code: Select all
RewriteEngine On
RewriteRule ^index\.php$ http://%{SERVER_NAME}/hasla.php?link=$1 їR]
then goto domain.com/index.php, and it should redirect to domain.com/hasla.php
tell me what the results are