rewrite rule

Events happening in the community are now at Drupal community events on www.drupal.org.
kairosmix's picture

Search not working properly Only First Word in a search is passed

I have a weird problem. I am using a multi-site installation. I inherited the setup and while I think the problem is in the setup, I am perplexed. The .htaccess file has 4 sites in the form:

RewriteCond %{SERVER_NAME} ^mysite.mysite1.domain.com$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ http://mysite.mysite1.domain.com/index.php?q=$1 [P,L,QSA]

I am using Virtual hosts and that conf is:

ServerName mysite.mysite1.domain.com

Read more
Subscribe with RSS Syndicate content