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>