How do I redirect this request using .htaccess
Posted
by mathew
on Stack Overflow
See other posts from Stack Overflow
or by mathew
Published on 2010-05-19T08:56:32Z
Indexed on
2010/05/19
9:00 UTC
Read the original article
Hit count: 222
Ho do I redirect search url to myur/searchurl??
example
if someone searches anydomain.com then it should show result page on address line
www.mydomain.com/anydomain.com (see domaintools.com) I had some sample for request for urls but dont know how to redirect to what I want...
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /search\.php\?q=(www\.)?([^/\ ]+)[^\ ]*\ HTTP/
© Stack Overflow or respective owner