Witam mam problem z przepisaniem konkretnego adresu w cms Mambo
chciałbym aby adres www.mojastrona.pl/index.php?option=com_content&task=view&id=4&Itemid=4 został przepisany na www.mojastrona.pl/stronka.html
mój .htaccess wygląda tak:
CODE
RewriteEngine On

RewriteRule ^stronka.html$ index.php?option=com_content&task=view&id=4&Itemid=4
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

Adres stronka.html fizycznie istnieje.
Może ktoś mi pomoże jak to zrobić aby na stronie zamiast odnośnika index.php?option=com_.... było stronka.html