Hi there,
I'm attempting to apply a sample URL rewrite into an old script, but for some reason it will not work at all and the access URL always stays the same.
I have checked apache enabled modules with httpd -M and it returns
rewrite_module (static) as loaded.
My .htaccess file:
It just won't work at all, the URL remains at index.php?page=password_recovery, seems like the server ignores the rule completly.
Above .htaccess's uploaded into the root directory of the domain (public_html).
Any help will be much appreciated.
Seweryn.
I'm attempting to apply a sample URL rewrite into an old script, but for some reason it will not work at all and the access URL always stays the same.
I have checked apache enabled modules with httpd -M and it returns
rewrite_module (static) as loaded.
My .htaccess file:
Code:
Options +SymlinksIfOwnerMatch
RewriteEngine On
RewriteRule ^haslo.html$ index.php?page=password_recovery [L]
It just won't work at all, the URL remains at index.php?page=password_recovery, seems like the server ignores the rule completly.
Above .htaccess's uploaded into the root directory of the domain (public_html).
Any help will be much appreciated.
Seweryn.