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

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -