Hi everybody!
I have a short-url rewrite script from get-shorty.com/
The .htaccess rules are
[quote="RewriteEngine on
RewriteCond %{REQUEST_URI} !((.+\\..+)|(^/[a-z0-9_-]+/$)|(^/[a-z0-9_-]+$)) [NC]
RewriteRule (.*)$ forward.php [QSA,L]"]
[/quote]
How can I rewrite this in nginx? Thanks in advantage!
macindy