.htaccess help
Situation: Moved wordpress from /blog to root.
New setup has a new front end, but the old blog posts are now being directed to /blog/ (works fine).
Problem:
The indexed search engine pages for "search" (http://www.domain.com/blog/?s=widget) are now 404.
How can I use .htaccess to redirect /blog/?s=widget to domain.com/?s=widget
Thanks
|