I translate the apache rules from: # Broken/Non existing images users RewriteRule ^userFiles/gallery/users/(.*)/(.*)$ userFiles/gallery/users/$2 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} /userFiles/gallery/users/0/(.*)$ RewriteRule .* elements/images/user_default.gif RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} /userFiles/gallery/users/1/(.*)$ Reby robypez - Nginx Mailing List - English
Hello everybody. This is my first post here. I have a large traffic technology website and to improve performance we are wtiching to nginx. We want to serve static content with nginx and dynamic with apache. The configuration is perfect, but I have a problem with images. In my previos configuration i have this .htaccess # $Header: /usr/local/cvsroot/dday.it/.htaccess,v 1.4 2009/11by robypez - Nginx Mailing List - English