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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -