I believe this is the code you need:
Quote:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourwebsite\.com$ [NC]
RewriteRule ^(.*)$ http://www.yourwebsite.com/$1 [R=301,L]
|
For the category etc. part, then you'd add the rest of the URL needed (i.e. section/category/)
|