Below is code as of now in my .htaccess
RewriteRule ^series/([^/]*)-([^/]*)-schedule-fixtures\.php$ /viewseries.php?id=$1 [L]
RewriteRule ^schedule/([^/]*)-([^/]*)\.php$ /viewschedule.php?id=$1 [L]
RewriteRule ^venue/([^/]*)\.php$ /viewvenue.php?vcity=$1 [L]
RewriteRule ^team/([^/]*)\.php$ /viewteam.php?team=$1 [L]
RewriteRule ^month/([^/]*)\.php$ /viewmonth.php?month=$1 [L]
Now, Problem is that it doesn't show redirect 301 to google or anyone other.
Can you tell what should I do to show redirect message to google.
I tried adding R=301 but that redirected to wrong url :(