Need to convert this Apache2 rewrite rule to nginx... <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php </IfModule>by marc010 - Migration from Other Servers
I'm running 0.9.3 and tried all kinds of example I found to get the httpsecurelink module working. The purpose is rather simple. Using /orders and tried the MD5 with and without time expiration but no luck. Does anyone have a working example which should work in 0.9.3 ? PS. I got something like this running using Lighttpd but during the migration we seems to underestimate the difficultyby marc010 - How to...