htaccess

Chci se zeptat proč nefunguje:

RewriteEngine On
RewriteRule fenomen\.xf\.cz/portable-apps$ ${DOCUMNET_ROOT}/clanek_full.php?clanek=portable-apps [L]

je tu povoleny mod_rewrite?
<HTML>>>je tu povoleny mod_rewrite?
Je. Použij Hledání, pročti si http://faq.webzdarma.cz/otazka.php?56.</HTML>
RewriteEngine on
#o tohle se snazis:
RewriteRule ^portable-apps/$ /clanek_full.php?clanek=portable-apps
#ale lepsi bude spis pouzit tohleto:
RewriteRule ^(.*)/$ clanek_full.php?clanek=$1