htaccess.txt treba preimenovati u .htaccess inače ničemu ne služi

Sadržaj moga .htaccess-a
"
##
# @version $Id: htaccess.txt 47 2005-09-15 02:55:27Z rhuk $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license
http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##
#
# mod_rewrite in use
#
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)
# RewriteBase /YourJoomlaDirectory
#
# Rules
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
php_value session.save_path "/tmp"
"
File .htaccess i direktorij tmp se nalaze u istom direktoriju
probao sam i sa /home/www/xxx/tmp jer je to ono sto mi pokazuje ws_ftp ali ne ide
Sorry sto sam naporan