asp.net - redirect .aspx with query string to html page using htaccess -
we have migrated windows server linux server. trying redirect .aspx urls html urls.
the static pages works fine if used
redirect 301 /contact.aspx http://mysite.com/contact.html
but when try add redirect like
redirect 301 /products.aspx?cid=30&bid=5 http://mysite.com/category/books.html
the redirect not working.
any advice highly appreciated
Comments
Post a Comment