rewrite help again please :)

AMP Admin admin at ampprod.com
Thu May 14 08:13:21 MSD 2009


Moving another apache server to nginx :)

Can I get some help with this rewrite?? 

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]






More information about the nginx mailing list