I have this address
http: 
that I would like to make it much shorter and more optimistic for SEO, for example (I donβt know ... open to suggestions) http://www.nfrases.com/tag/10/508 or http://www.tag10name.nfrases.com/508
I need help on how to code this, because a simple thing, like trying to make an address is always http://www.nfrases.com when a user goes to http://nfrases.com or www.nfrases.com I tried and did not execute: (
This code is used, by the way:
 Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} !^www.nfrases.com$ RewriteRule ^(.*)$ http://www.nfrases.com/$1 [R=301] 
source share