Htaccess issue

I hope this is the right place to post this:

I have a problem in my htaccess. it shoed 500 internal server error

BEGIN WordPress

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^xxx.com
RewriteRule (.*) http://www.xxx.com/$1 [R=301,L]
RewriteRule ^/?(tag)/([a-zA-Z_$]+)$ /index.php?option=com_tag&t=$1&t1=$2 [L]
RewriteRule ^/buy/?state=NSW$ /relationship–family/wedding/ [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

END WordPress

php handler is dso or suphp ?

Hi,

I’d comment out all lines inside the <IfModule> block, then from the top down enable them one by one, until you find the one that gives you the error, then post back here. I’d also look in your sites error_log file and see what it says as well.

Thanks,