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

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -