Hello,
I need help to create htaccess rule for 301 redirect
I am trying to redirect a URL with parameters, this one:
http://www.domain.com/blog.html?month=7&id=2013
I want to redirect it to:
http://www.domain.com/blog/2013.html?view=archive&month=7
But I can’t figure out the RewriteCond/RewriteRule
Thanks