Hi!
I have studied seo, and I know that the dymanic urls aren't indexed as easily as static url. Now I have a website with many dymanic urls, I want to rewrite it but I could do, I have used .htacess to rewrite, but they don't change into static url,
my website is
http://www.magnettravel.org
and this is my .htaccess:
RewriteEngine on
RewriteRule vietnaminfo-category-(.*)-scategory-(.*)\.html$ vietnaminfo.php?category=$1&scategory=$2
Options +FollowSymLinks
RewriteEngine on
RewriteRule tours-category-(.*)\.html$ tours.php?category=$1
Thank you for your help.