Hello,
My old urls was like
and this is htaccessCode:http://site.com/news/183/Blue+Lagoon
Now im change url structure and my url is likeCode:RewriteRule ^([a-z]+)(/([^/]{0,32})(/.+)?)?$ index.php?a=$1&q=$3 [L]
and line in htaccess isCode:http://site.com/news/183
Now i have 404 error when users come from google on my site , also google webmaster tools report me about this error, how i can redirect old url to new one with htaccess...Code:RewriteRule ^([a-z]+)(/([^/]{0,32})?)?$ index.php?a=$1&q=$3 [L,NC]
Sp i need just redirect htxp://site.com/news/183/Blue+Lagoon to htxp://site.com/news/183


Reply With Quote




Bookmarks