hi.
I have one .htaccess file like:
##
# @version $Id: htaccess.txt 423 2005-10-09 18:23:50Z stingrey $
# @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} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
RewriteRule ^news(.*).html$ index.php?option=content&task=section&id=1&Itemid=2
RewriteRule ^links(.*).html$ index.php?option=com_weblinks&Itemid=4
RewriteRule ^contact(.*).html$ index.php?option=com_contact&Itemid=3
RewriteRule ^tourism(.*).html$ index.php?option=content&task=section&id=2&Itemid=25
RewriteRule ^personal_care(.*).html$ index.php?option=content&task=section&id=4&Itemid=26
RewriteRule ^education(.*).html$ index.php?option=content&task=section&id=3&Itemid=27
RewriteRule ^opinion(.*).html$ index.php?option=content&task=section&id=8&Itemid=31
RewriteRule ^hardware(.*).html$ index.php?option=content&task=section&id=5&Itemid=35
RewriteRule ^profesional_services(.*).html$ index.php?option=content&task=section&id=6&Itemid=36
RewriteRule ^shopping(.*).html$ index.php?option=com_content&task=section&id=7&Itemid=93
RewriteRule ^parties(.*).html$ index.php?option=content&task=section&id=9&Itemid=38
RewriteRule ^costaricaproperty(.*).html$ index.php?option=com_content&task=category§ionid=7&id=15&Itemid=37
#RewriteRule ^index(.*).php?option=com_content&task=category§ionid=2&id=7&Itemid=68$ costaricahotel.html
RewriteRule ^costaricahotel(.*).html$ content/blogcategory/7/91/index.php?option=com_content&task=blogcategory&id=7&Itemid=91
#RewriteRule ^costaricahotel(.*).html$ index.php?option=com_content&task=category§ionid=2&id=7&Itemid=68
RewriteRule ^costaricamap(.*).html$ content/blogcategory/51/103/index.php?option=com_content&task=blogcategory&id=51&Itemid=103
But the file don´t work, If I aply that, the server give me problems, and I didn´t see anything bad.
Does you see something wrong?
Thanks