Nginx Frontend with Apache2 and Drupal6

Larry P. lists at ruby-forum.com
Sun Sep 9 00:34:43 UTC 2012


OK,

I added the following:

location = / {
    rewrite ^ http://mywebsite.com/drupal6/;
  }

and at first it seemed as if nothing had changed from the default 
behavior.
However, when I go to mywebsite.com//, thats with 2 trailing slashes, I 
get redirected to mywebsite.com/drupal6/, strange but it works! I'm at a 
loss as to why. Can you think of how to remedy this?

-- 
Posted via http://www.ruby-forum.com/.



More information about the nginx mailing list