Jump to content

htaccess: redirect alle urls with 'this keyword'?


willdk

Recommended Posts

I have urls like http://www.domain.tld/search.php?q=microsoft+software

 

Now I want every url with 'microsoft' to redirect (301?) automatically to http://www.domain.tld/

 

In the future I want to add more words.

 

I have found this...

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] 

 

Anyone with a solution, please?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.